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