DataPointBase class abstract

Implementers

Constructors

DataPointBase()

Properties

cloudCover double?
optional The percentage of sky occluded by clouds, between 0 and 1, inclusive.
getter/setter pair
dewPoint double?
optional The dew point in degrees Fahrenheit.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humidity double?
optional The relative humidity, between 0 and 1, inclusive.
getter/setter pair
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 pair
ozone double?
optional The columnar density of total atmospheric ozone at the given time in Dobson units.
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 pair
precipProbability double?
optional The probability of precipitation occurring, between 0 and 1, inclusive.
getter/setter pair
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 pair
pressure double?
optional The sea-level air pressure in millibars.
getter/setter pair
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 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 pair
visibility double?
optional The average visibility in miles, capped at 10 miles.
getter/setter pair
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 pair
windGust double?
optional The wind gust speed in miles per hour.
getter/setter pair
windSpeed double?
optional The wind speed in miles per hour.
getter/setter pair

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