sampleSingleGoalEnergyWorkout top-level property
A sample single goal energy workout
Implementation
final SingleGoalWorkout sampleSingleGoalEnergyWorkout = SingleGoalWorkout(
activityType: WorkoutActivityType.cycling,
location: WorkoutLocationType.outdoor,
goal: const WorkoutGoal(
type: WorkoutGoalType.energy,
targetValue: 1000,
unit: WorkoutGoalUnit.calories,
),
);