DbServer constructor

DbServer({
  1. String? displayName,
  2. String? name,
  3. DbServerProperties? properties,
})

Implementation

DbServer({
  this.displayName,
  this.name,
  this.properties,
});