Daily class

Daily temperature data

Constructors

Daily(Coordinates coord, String timezone, int timezoneOffset, List<DailyWeather> dailyWeather)
Creates a Daily object
Daily.fromJson(Map<String, dynamic> json)
Creates a Daily object from json
factory

Properties

coord Coordinates
Coordinates object
final
dailyWeather List<DailyWeather>
List of DailyWeather
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String
Timezone name for the requested location
final
timezoneOffset int
Shift in seconds from UTC
final

Methods

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

Operators

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