BMFWeatherSearchForecasts constructor
BMFWeatherSearchForecasts({
- String? date,
- String? week,
- int? lowestTemp,
- int? highestTemp,
- String? windPowerDay,
- String? windPowerNight,
- String? windDirectionDay,
- String? windDirectionrNight,
- String? phenomenonDay,
- String? phenomenonNight,
- int? airQualityIndex,
有参构造
Implementation
BMFWeatherSearchForecasts({
this.date,
this.week,
this.lowestTemp,
this.highestTemp,
this.windPowerDay,
this.windPowerNight,
this.windDirectionDay,
this.windDirectionrNight,
this.phenomenonDay,
this.phenomenonNight,
this.airQualityIndex,
});