DatabaseInstance constructor

DatabaseInstance({
  1. String? databaseUrl,
  2. String? name,
  3. String? project,
  4. String? state,
  5. String? type,
})

Implementation

DatabaseInstance({
  this.databaseUrl,
  this.name,
  this.project,
  this.state,
  this.type,
});