DistancePlannedWorkoutStepDuration.fromValue constructor

DistancePlannedWorkoutStepDuration.fromValue({
  1. required int durationType,
  2. double? distanceMeters,
})

Implementation

DistancePlannedWorkoutStepDuration.fromValue({required this.durationType, this.distanceMeters});