GoalStatusInfoObject constructor
GoalStatusInfoObject({})
Implementation
GoalStatusInfoObject({
required this.name,
required this.status,
required this.winned,
required this.winningDates,
required this.goalId,
});