toJson method

Map<String, dynamic> toJson()

Implementation

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