DatabaseDetails constructor

DatabaseDetails({
  1. String? allocatedStorageBytes,
  2. String? databaseName,
  3. DatabaseDetailsParentDatabaseDeployment? parentDatabaseDeployment,
  4. List<DatabaseSchema>? schemas,
})

Implementation

DatabaseDetails({
  this.allocatedStorageBytes,
  this.databaseName,
  this.parentDatabaseDeployment,
  this.schemas,
});