call method
Implementation
@override
GoalStatus call({
GoalID? goal_id,
int? status,
String? text,
}) => GoalStatus(
goal_id: goal_id,
status: status,
text: text,
);
@override
GoalStatus call({
GoalID? goal_id,
int? status,
String? text,
}) => GoalStatus(
goal_id: goal_id,
status: status,
text: text,
);