toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (mysql != null) 'mysql': mysql!,
  if (objects != null) 'objects': objects!,
  if (postgresql != null) 'postgresql': postgresql!,
  if (schemaName != null) 'schemaName': schemaName!,
  if (sqlServer != null) 'sqlServer': sqlServer!,
  if (tablesSizeBytes != null) 'tablesSizeBytes': tablesSizeBytes!,
};