DbServer constructor
DbServer({
- String? displayName,
- String? name,
- DbServerProperties? properties,
Implementation
DbServer({
this.displayName,
this.name,
this.properties,
});