toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (skippedOnFailure != null) 'skippedOnFailure': skippedOnFailure!,
  if (taskAttemptStats != null) 'taskAttemptStats': taskAttemptStats!,
  if (taskExecutionState != null) 'taskExecutionState': taskExecutionState!,
  if (taskNumber != null) 'taskNumber': taskNumber!,
};