toJson method
Implementation
Map<String, dynamic> toJson() {
final inputPrepareScheduleActions = this.inputPrepareScheduleActions;
return {
if (inputPrepareScheduleActions != null)
'inputPrepareScheduleActions': inputPrepareScheduleActions.toValue(),
};
}