toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (operationId != null) 'operationId': operationId!,
if (protoDescriptors != null) 'protoDescriptors': protoDescriptors!,
if (statements != null) 'statements': statements!,
};