BMFWeatherSearchResult constructor

BMFWeatherSearchResult(
  1. {BMFWeatherSearchNow realTimeWeather,
  2. BMFWeatherSearchLocation location,
  3. List<BMFWeatherSearchForecasts> forecasts,
  4. List<BMFWeatherSearchForecastForHours> forecastHours,
  5. List<BMFWeatherSearchIndexes> lifeIndexes,
  6. List<BMFWeatherSearchAlerts> weatherAlerts}
)

有参构造

Implementation

BMFWeatherSearchResult(
    {this.realTimeWeather,
    this.location,
    this.forecasts,
    this.forecastHours,
    this.lifeIndexes,
    this.weatherAlerts});