DBServer constructor

DBServer(
  1. App app,
  2. DbServerSettings _dbServerSettings
)

Implementation

DBServer(this.app, this._dbServerSettings);