toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (ancestorIterationNumbers != null)
        'ancestorIterationNumbers': ancestorIterationNumbers!,
      if (ancestorTaskNumbers != null)
        'ancestorTaskNumbers': ancestorTaskNumbers!,
      if (eventAttemptNum != null) 'eventAttemptNum': eventAttemptNum!,
      if (integrationName != null) 'integrationName': integrationName!,
      if (taskAttemptNum != null) 'taskAttemptNum': taskAttemptNum!,
      if (taskLabel != null) 'taskLabel': taskLabel!,
      if (taskName != null) 'taskName': taskName!,
      if (taskNumber != null) 'taskNumber': taskNumber!,
    };