toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (executionId != null) 'executionId': executionId!,
  if (nextLineNumber != null) 'nextLineNumber': nextLineNumber!,
  if (pod != null) 'pod': pod!,
  if (podNamespace != null) 'podNamespace': podNamespace!,
};