isTracking property

  1. @override
bool isTracking
override

Whether tracking is active.

Tracking is only active after isStarted and before isFinished.

Implementation

@override
bool get isTracking => _startTime != null && _stopTime == null;