hourlyWeather property

List<OneCallHourlyWeather?>? hourlyWeather
getter/setter pair

The hour by hour forecast for the next 48 hours. Each item in the list is an hour, with the instance at index 0 being chronologically the first hour, and the instance at index 47 being chronologically the last hour

Implementation

List<OneCallHourlyWeather?>? hourlyWeather;