isActive property
bool
get
isActive
Whether the timer is active.
Implementation
bool get isActive => _timer?.isActive ?? false;
Whether the timer is active.
bool get isActive => _timer?.isActive ?? false;