historyNapSleepBeanFromJson function

HistoryNapSleepBean historyNapSleepBeanFromJson(
  1. String str
)

Implementation

HistoryNapSleepBean historyNapSleepBeanFromJson(String str) =>
    HistoryNapSleepBean.fromJson(json.decode(str));