GatekeeperClientConfig constructor

const GatekeeperClientConfig({
  1. String? host,
  2. int? port,
  3. String? accessKey,
  4. bool verbose = false,
})

Implementation

const GatekeeperClientConfig({
  this.host,
  this.port,
  this.accessKey,
  this.verbose = false,
});