ApiHost constructor

const ApiHost(
  1. String authority, [
  2. bool ssl = true
])

Creates API host config.

Implementation

const ApiHost(
  this.authority, [
    this.ssl = true,
  ]
);