QweatherConfig constructor

QweatherConfig({
  1. String publicIdForAndroid = '',
  2. String keyForAndroid = '',
  3. String publicIdForIos = '',
  4. String keyForIos = '',
  5. bool debug = false,
  6. bool biz = false,
})

Implementation

QweatherConfig(
    {this.publicIdForAndroid = '',
    this.keyForAndroid = '',
    this.publicIdForIos = '',
    this.keyForIos = '',
    this.debug = false,
    this.biz = false});