sampleSingleOpenWorkout top-level property

SingleGoalWorkout sampleSingleOpenWorkout
final

A sample single goal open workout

Implementation

final SingleGoalWorkout sampleSingleOpenWorkout = SingleGoalWorkout(
  activityType: WorkoutActivityType.basketball,
  location: WorkoutLocationType.outdoor,
  goal: const WorkoutGoal(
    type: WorkoutGoalType.open,
  ),
);