BMFWeatherSearchResult constructor
- {BMFWeatherSearchNow realTimeWeather,
- BMFWeatherSearchLocation location,
- List<
BMFWeatherSearchForecasts> forecasts, - List<
BMFWeatherSearchForecastForHours> forecastHours, - List<
BMFWeatherSearchIndexes> lifeIndexes, - List<
BMFWeatherSearchAlerts> weatherAlerts}
有参构造
Implementation
BMFWeatherSearchResult(
{this.realTimeWeather,
this.location,
this.forecasts,
this.forecastHours,
this.lifeIndexes,
this.weatherAlerts});