ScheduleOptions.fromJson constructor
ScheduleOptions.fromJson(
- Map json_
Implementation
ScheduleOptions.fromJson(core.Map json_)
: this(
disableAutoScheduling: json_['disableAutoScheduling'] as core.bool?,
endTime: json_['endTime'] as core.String?,
startTime: json_['startTime'] as core.String?,
);