WorkoutHealthValue constructor
WorkoutHealthValue(
- HealthWorkoutActivityType _workoutActivityType,
- int? _totalEnergyBurned,
- HealthDataUnit? _totalEnergyBurnedUnit,
- int? _totalDistance,
- HealthDataUnit? _totalDistanceUnit,
Implementation
WorkoutHealthValue(
this._workoutActivityType,
this._totalEnergyBurned,
this._totalEnergyBurnedUnit,
this._totalDistance,
this._totalDistanceUnit);