BMFWeatherSearchNow constructor

BMFWeatherSearchNow(
  1. {int relativeHumidity,
  2. int sensoryTemp,
  3. String phenomenon,
  4. String windDirection,
  5. String updateTime,
  6. int temperature,
  7. String windPower,
  8. int clouds,
  9. double hourlyPrecipitation,
  10. int visibility,
  11. int O3,
  12. int PM2_5,
  13. int NO2,
  14. int SO2,
  15. int airQualityIndex,
  16. int PM10,
  17. double CO}
)

有参构造

Implementation

BMFWeatherSearchNow(
    {this.relativeHumidity,
    this.sensoryTemp,
    this.phenomenon,
    this.windDirection,
    this.updateTime,
    this.temperature,
    this.windPower,
    this.clouds,
    this.hourlyPrecipitation,
    this.visibility,
    this.O3,
    this.PM2_5,
    this.NO2,
    this.SO2,
    this.airQualityIndex,
    this.PM10,
    this.CO});