sedentaryReminderPeriodBeanFromJson function

SedentaryReminderPeriodBean sedentaryReminderPeriodBeanFromJson(
  1. String str
)

Implementation

SedentaryReminderPeriodBean sedentaryReminderPeriodBeanFromJson(String str) => SedentaryReminderPeriodBean.fromJson(json.decode(str));