isActive property
bool
get
isActive
If the timer for this alarm is active, will return true
Implementation
bool get isActive => _timer.isActive;
If the timer for this alarm is active, will return true
bool get isActive => _timer.isActive;