isCompleted property
bool
get
isCompleted
Whether the underlying timer has reached its configured duration.
Implementation
bool get isCompleted => _engine?.isCompleted ?? false;
Whether the underlying timer has reached its configured duration.
bool get isCompleted => _engine?.isCompleted ?? false;