sampleSingleOpenWorkout top-level property
A sample single goal open workout
Implementation
final SingleGoalWorkout sampleSingleOpenWorkout = SingleGoalWorkout(
activityType: WorkoutActivityType.basketball,
location: WorkoutLocationType.outdoor,
goal: const WorkoutGoal(
type: WorkoutGoalType.open,
),
);