totalDistance property

int? get totalDistance

The total distance covered during the workout. Might not be available for all workouts.

Implementation

int? get totalDistance => _totalDistance;