WeatherModel constructor

WeatherModel({
  1. CurrentWeather? currentWeather,
})

Implementation

WeatherModel({this.currentWeather});