forecastData property
Generic class to hold all values for weather forecasts coming from the API
Implementation
@JsonKey(name: 'list')
List<WeatherData> forecastData;
Generic class to hold all values for weather forecasts coming from the API
@JsonKey(name: 'list')
List<WeatherData> forecastData;