isStarted property

  1. @override
bool isStarted
override

Whether tracking was started.

Equivalent of isTracking || isFinished

Implementation

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