forecastResultsByTime property

List<ForecastResult>? forecastResultsByTime
final

The forecasts for your query, in order. For DAILY forecasts, this is a list of days. For MONTHLY forecasts, this is a list of months.

Implementation

final List<ForecastResult>? forecastResultsByTime;