minutelyWeather property

List<OneCallMinutelyWeather?>? minutelyWeather
getter/setter pair

The minute by minute weather forecast for the next hour. Each item in the list is a minute, with the instance at index 0 being chronologically the first minute, and the instance at index 59 chronologically the last minute

Implementation

List<OneCallMinutelyWeather?>? minutelyWeather;