finished property

bool finished

If the timer is finished, timers that repeat never finish

Implementation

bool get finished => _current >= limit && !repeat;