isStarted property

bool isStarted

Returns whether this countdown is started.

Implementation

bool get isStarted => _timer != null;