dailyWeather property

List<OneCallDailyWeather?>? dailyWeather
getter/setter pair

The day by day forecast for the next 7 days, including the current day. Each item in the list is a day, with the instance at index 0 being today, and the instance at index 7 being chronologically the 7th day

Implementation

List<OneCallDailyWeather?>? dailyWeather;