SavingInProgressExerciseContent constructor

const SavingInProgressExerciseContent({
  1. Key? key,
  2. required ScheduleAction action,
})

Implementation

const SavingInProgressExerciseContent({
  super.key,
  required this.action,
});