toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bigQueryKey != null) 'bigQueryKey': bigQueryKey!,
if (datastoreKey != null) 'datastoreKey': datastoreKey!,
if (idValues != null) 'idValues': idValues!,
};