BMFWeatherSearchNow constructor
- {int relativeHumidity,
- int sensoryTemp,
- String phenomenon,
- String windDirection,
- String updateTime,
- int temperature,
- String windPower,
- int clouds,
- double hourlyPrecipitation,
- int visibility,
- int O3,
- int PM2_5,
- int NO2,
- int SO2,
- int airQualityIndex,
- int PM10,
- 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});