toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (parameters != null) 'parameters': parameters!,
  if (rollbackTaskImplementationClassName != null)
    'rollbackTaskImplementationClassName':
        rollbackTaskImplementationClassName!,
  if (taskNumbersToRollback != null)
    'taskNumbersToRollback': taskNumbersToRollback!,
};