BMFWeatherSearchForecasts constructor

BMFWeatherSearchForecasts({
  1. String? date,
  2. String? week,
  3. int? lowestTemp,
  4. int? highestTemp,
  5. String? windPowerDay,
  6. String? windPowerNight,
  7. String? windDirectionDay,
  8. String? windDirectionrNight,
  9. String? phenomenonDay,
  10. String? phenomenonNight,
  11. 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,
});