dailyGoalsInfoBeanFromJson function
Implementation
DailyGoalsInfoBean dailyGoalsInfoBeanFromJson(String str) =>
DailyGoalsInfoBean.fromJson(json.decode(str));
DailyGoalsInfoBean dailyGoalsInfoBeanFromJson(String str) =>
DailyGoalsInfoBean.fromJson(json.decode(str));