timedOut property

bool get timedOut

Returns whether the timer has timed out (timeout <= 0).

Implementation

bool get timedOut => timeout <= Duration.zero;