toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (databaseId != null) 'databaseId': databaseId!,
if (explainOptions != null) 'explainOptions': explainOptions!,
if (gqlQuery != null) 'gqlQuery': gqlQuery!,
if (partitionId != null) 'partitionId': partitionId!,
if (propertyMask != null) 'propertyMask': propertyMask!,
if (query != null) 'query': query!,
if (readOptions != null) 'readOptions': readOptions!,
};