cm005DeviceScheduleBootFromJson function

Cm005DeviceScheduleBoot cm005DeviceScheduleBootFromJson(
  1. String str
)

Implementation

Cm005DeviceScheduleBoot cm005DeviceScheduleBootFromJson(String str) =>
    Cm005DeviceScheduleBoot.fromJson(json.decode(str));