isStarted property
bool
get
isStarted
checks if the timer is started or not
Implementation
bool get isStarted => _timeStatus.value == ToastTimeStatus.started;
checks if the timer is started or not
bool get isStarted => _timeStatus.value == ToastTimeStatus.started;