OneTimeSchedule.fromJson constructor
OneTimeSchedule.fromJson(
- Map json_
Implementation
OneTimeSchedule.fromJson(core.Map json_)
: this(
executeTime: json_.containsKey('executeTime')
? json_['executeTime'] as core.String
: null,
);