toJson method
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!,
};