ImageHost constructor

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

Creates image host config.

Implementation

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