PerformedSet constructor
PerformedSet({})
Implementation
PerformedSet({
required this.exerciseIndex,
required this.setIndex,
required this.actualReps,
this.actualWeight,
this.rir,
this.pause,
this.duration,
required this.completedAt,
});