HttpBootstrapper.internal(ServerFactory _serverFactory(host, int port), String host, int port, PipelineFactory pipeline([IoCContainer container]))

Source

HttpBootstrapper.internal(
  this._serverFactory,
  this.host,
  this.port,
  this.pipeline
);