goalsRemindStateBeanFromJson function

GoalsRemindStateBean goalsRemindStateBeanFromJson(
  1. String str
)

Implementation

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