isCompleted property

bool get isCompleted

Whether the underlying timer has reached its configured duration.

Implementation

bool get isCompleted => _engine?.isCompleted ?? false;