GoalSetData constructor

GoalSetData({
  1. List<GoalData>? goals,
})

Implementation

GoalSetData({
  this.goals,
});