forecastData property
List of weather data objects representing the forecast
Implementation
@JsonKey(name: 'list')
List<WeatherData> forecastData;
List of weather data objects representing the forecast
@JsonKey(name: 'list')
List<WeatherData> forecastData;