LocationForecast class Weather

Weather forecast for a given geographic location

Constructors

LocationForecast({required DateTime updated, required Coordinates coord, required List<Conditions> forecast})
LocationForecast.fromJson(Map<String, dynamic> json)
factory

Properties

coord Coordinates
Geographic location
getter/setter pair
forecast List<Conditions>
Forecast data
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated DateTime
Forecast update datetime (UTC).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited