toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (databaseType != null) 'databaseType': databaseType!,
  if (gcsUri != null) 'gcsUri': gcsUri!,
  if (sourceDatabase != null) 'sourceDatabase': sourceDatabase!,
  if (type != null) 'type': type!,
};