DayData class

A class to represent forecast day data.

Constructors

DayData(double? _maxtempC, double? _maxtempF, double? _mintempC, double? _mintempF, double? _avgtempC, double? _avgtempF, double? _maxwindMph, double? _maxwindKph, double? _totalprecipMm, double? _totalprecipIn, double? _totalsnowCm, double? _avgvisKm, double? _avgvisMiles, int? _avghumidity, int? _dailyWillItRain, int? _dailyChanceOfRain, int? _dailyWillItSnow, int? _dailyChanceOfSnow, ConditionData _condition, double? _uv)

Properties

avghumidity int?
no setter
avgtempC double?
no setter
avgtempF double?
no setter
avgvisKm double?
no setter
avgvisMiles double?
no setter
condition ConditionData
no setter
dailyChanceOfRain int?
no setter
dailyChanceOfSnow int?
no setter
dailyWillItRain int?
no setter
dailyWillItSnow int?
no setter
hashCode int
The hash code for this object.
no setterinherited
maxtempC double?
no setter
maxtempF double?
no setter
maxwindKph double?
no setter
maxwindMph double?
no setter
mintempC double?
no setter
mintempF double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalprecipIn double?
no setter
totalprecipMm double?
no setter
totalSnowCm double?
no setter
uv 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