menu
fitness_workout package
documentation
fitness_workout.dart
WorkoutSet
WorkoutSet.new constructor
WorkoutSet.new constructor
dark_mode
light_mode
WorkoutSet
constructor
WorkoutSet
(
{
required
int
targetReps
,
double
?
targetWeight
,
Duration
?
rest
,
})
Implementation
WorkoutSet({required this.targetReps, this.targetWeight, this.rest});
fitness_workout package
documentation
fitness_workout
WorkoutSet
WorkoutSet.new constructor
WorkoutSet class