toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (execution != null) 'execution': execution!,
if (executionId != null) 'executionId': executionId!,
if (requestId != null) 'requestId': requestId!,
};