DevTools constructor

DevTools(
  1. String hostname,
  2. int port,
  3. HttpServer _server
)

Implementation

DevTools(this.hostname, this.port, this._server);