isStarted property

bool get isStarted

checks if the timer is started or not

Implementation

bool get isStarted => _timeStatus.value == ToastTimeStatus.started;