forecast property

List<Conditions> forecast
getter/setter pair

Weather conditions for the forecast period.

Returns

  • List<Conditions>: List of weather conditions over time.

Implementation

List<Conditions> forecast;