timedOut property
bool
get
timedOut
Returns whether the timer has timed out (timeout <= 0).
Implementation
bool get timedOut => timeout <= Duration.zero;
Returns whether the timer has timed out (timeout <= 0).
bool get timedOut => timeout <= Duration.zero;