TimePlannedWorkoutStepDuration.fromValue constructor

TimePlannedWorkoutStepDuration.fromValue({
  1. required int durationType,
  2. int? seconds,
})

Implementation

TimePlannedWorkoutStepDuration.fromValue({required this.durationType, this.seconds});