DailyDataPoint class

A data point containing the weather conditions day-by-day for the next week.

Inheritance
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

DailyDataPoint()
DailyDataPoint.fromJson(Map<String, dynamic> json)
factory

Properties

apparentTemperatureMax double?
optional The maximum value of apparentTemperature during a given day.
getter/setter pair
apparentTemperatureMaxTime int?
optional The UNIX time of when apparentTemperatureMax occurs during a given day.
getter/setter pair
apparentTemperatureMin double?
optional The minimum value of apparentTemperature during a given day.
getter/setter pair
apparentTemperatureMinTime int?
optional The UNIX time of when apparentTemperatureMin occurs during a given day.
getter/setter pair
cloudCover double?
optional The percentage of sky occluded by clouds, between 0 and 1, inclusive.
getter/setter pairinherited
dewPoint double?
optional The dew point in degrees Fahrenheit.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
humidity double?
optional The relative humidity, between 0 and 1, inclusive.
getter/setter pairinherited
icon String?
optional A machine-readable text summary of this data point, suitable for selecting an icon for display. If defined, this property will have one of the following values:
getter/setter pairinherited
moonPhase double?
optional The fractional part of the lunation number during the given day: a value of 0 corresponds to a new moon, 0.25 to a first quarter moon, 0.5 to a full moon, and 0.75 to a last quarter moon.
getter/setter pair
ozone double?
optional The columnar density of total atmospheric ozone at the given time in Dobson units.
getter/setter pairinherited
precipAccumulation double?
optional The amount of snowfall accumulation expected to occur, in inches. (If no snowfall is expected, this property will not be defined.)
getter/setter pair
precipIntensity double?
optional The intensity (in inches of liquid water per hour) of precipitation occurring at the given time. This value is conditional on probability (that is, assuming any precipitation occurs at all) for minutely data points, and unconditional otherwise.
getter/setter pairinherited
precipIntensityMax double?
optional The maximum value of precipIntensity during a given day.
getter/setter pair
precipIntensityMaxTime int?
optional The UNIX time of when precipIntensityMax occurs during a given day.
getter/setter pair
precipProbability double?
optional The probability of precipitation occurring, between 0 and 1, inclusive.
getter/setter pairinherited
precipType String?
optional The type of precipitation occurring at the given time. If defined, this property will have one of the following values:
getter/setter pairinherited
pressure double?
optional The sea-level air pressure in millibars.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
optional A human-readable text summary of this data point. (This property has millions of possible values, so don’t use it for automated purposes: use the icon property, instead!)
getter/setter pairinherited
sunriseTime int?
optional The UNIX time of when the sun will rise during a given day.
getter/setter pair
sunsetTime int?
optional The UNIX time of when the sun will set during a given day.
getter/setter pair
temperature double?
optional The air temperature in degrees Fahrenheit.
getter/setter pair
temperatureMax double?
optional The maximum value of temperature during a given day.
getter/setter pair
temperatureMaxTime int?
optional The UNIX time of when temperatureMax occurs during a given day.
getter/setter pair
temperatureMin double?
optional The minimum value of temperature during a given day.
getter/setter pair
temperatureMinTime int?
optional The UNIX time of when temperatureMin occurs during a given day.
getter/setter pair
time int?
required The UNIX time at which this data point begins. minutely data point are always aligned to the top of the minute, hourly data point objects to the top of the hour, and daily data point objects to midnight of the day, all according to the local time zone.
getter/setter pairinherited
visibility double?
optional The average visibility in miles, capped at 10 miles.
getter/setter pairinherited
windBearing double?
optional The direction that the wind is coming from in degrees, with true north at 0° and progressing clockwise. (If windSpeed is zero, then this value will not be defined.)
getter/setter pairinherited
windGust double?
optional The wind gust speed in miles per hour.
getter/setter pairinherited
windGustTime int?
optional The time at which the maximum wind gust speed occurs during the day.
getter/setter pair
windSpeed double?
optional The wind speed in miles per hour.
getter/setter pairinherited

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