tick property Null safety
override
The number of durations preceding the most recent timer event on the most recent countdown.
Calls to reset will also reset the tick so subsequent tick values may not be strictly larger than previous values.
Implementation
@override
int get tick => _timer.tick;