goalsRemindStateBeanFromJson function
Implementation
GoalsRemindStateBean goalsRemindStateBeanFromJson(String str) =>
GoalsRemindStateBean.fromJson(json.decode(str));
GoalsRemindStateBean goalsRemindStateBeanFromJson(String str) =>
GoalsRemindStateBean.fromJson(json.decode(str));