napSleepInfoFromJson function

NapSleepInfo napSleepInfoFromJson(
  1. String str
)

Implementation

NapSleepInfo napSleepInfoFromJson(String str) =>
    NapSleepInfo.fromJson(json.decode(str));