isStarted property

bool isStarted

Returns true if is already started. See start.

Implementation

bool get isStarted => _started ?? false;