GoalStatusInfoResponse constructor
GoalStatusInfoResponse({
- required String ok,
- required GoalStatusInfoObject object,
Implementation
GoalStatusInfoResponse({required this.ok, required this.object});