historyNapSleepBeanToJson function

String historyNapSleepBeanToJson(
  1. HistoryNapSleepBean data
)

Implementation

String historyNapSleepBeanToJson(HistoryNapSleepBean data) =>
    json.encode(data.toJson());