isStarted property

  1. @override
bool get isStarted
override

Whether the clock is started.

Implementation

@override
bool get isStarted => _timer != null;