toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allocatedStorageBytes != null)
    'allocatedStorageBytes': allocatedStorageBytes!,
  if (databaseName != null) 'databaseName': databaseName!,
  if (parentDatabaseDeployment != null)
    'parentDatabaseDeployment': parentDatabaseDeployment!,
  if (schemas != null) 'schemas': schemas!,
};