isStarted property

bool get isStarted

Implementation

bool get isStarted => _started != null ? _started!.isCompleted : false;