isExpired property

bool isExpired

True if this Timer has expired.

Implementation

bool get isExpired => _stopwatch == null;