GoalStatus({ GoalID? goal_id, int? status, String? text, }): this.goal_id = goal_id ?? GoalID(), this.status = status ?? 0, this.text = text ?? '';