SMKitWorkoutContinuation constructor

const SMKitWorkoutContinuation({
  1. String? introSoundKey,
  2. required String interactionUnlockSoundKey,
  3. required List<SMKitExercise> exercises,
})

Implementation

const SMKitWorkoutContinuation({
  this.introSoundKey,
  required this.interactionUnlockSoundKey,
  required this.exercises,
});