IpStack constructor

IpStack(
  1. String apiKey, {
  2. bool useHttps = false,
})

Implementation

IpStack(String apiKey, {bool useHttps = false})
    : this.ofBaseUrl(apiKey,
          baseUrl: "http${useHttps ? 's' : ''}://api.ipstack.com");