totalEnergyBurned property
int?
get
totalEnergyBurned
The total energy burned during the workout. Might not be available for all workouts.
Implementation
int? get totalEnergyBurned => _totalEnergyBurned;