DayData class

A class to represent forecast day data.

Constructors

DayData(double? _maxtempC, double? _mintempC, double? _totalsnowCm, int? _dailyChanceOfRain, DayConditionData _condition)

Properties

condition DayConditionData
no setter
dailyChanceOfRain int?
no setter
hashCode int
The hash code for this object.
no setterinherited
maxtempC double?
no setter
mintempC double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSnowCm double?
no setter

Methods

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

Operators

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