toJson method

Map<String, dynamic> toJson()

Implementation

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