GoalStatusInfoResponse constructor

GoalStatusInfoResponse({
  1. required String ok,
  2. required GoalStatusInfoObject object,
})

Implementation

GoalStatusInfoResponse({required this.ok, required this.object});