SuccessScheduleRemoteExerciseContent constructor

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

Implementation

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