isActive property

bool get isActive

Whether the timer is active.

Implementation

bool get isActive => _timer?.isActive ?? false;