toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dataset != null) 'dataset': dataset!,
if (projectId != null) 'projectId': projectId!,
if (query != null) 'query': query!,
if (table != null) 'table': table!,
};