WorkoutHealthValue constructor

WorkoutHealthValue(
  1. HealthWorkoutActivityType _workoutActivityType,
  2. int? _totalEnergyBurned,
  3. HealthDataUnit? _totalEnergyBurnedUnit,
  4. int? _totalDistance,
  5. HealthDataUnit? _totalDistanceUnit,
)

Implementation

WorkoutHealthValue(
    this._workoutActivityType,
    this._totalEnergyBurned,
    this._totalEnergyBurnedUnit,
    this._totalDistance,
    this._totalDistanceUnit);