isStarted property

bool isStarted

Implementation

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