isStarted property

bool get isStarted

To check if the start method is completed or not.

Implementation

bool get isStarted => _startedCompleter.isCompleted;