CurrentlyDataPoint class

A data point containing the current weather conditions at the requested location.

Inheritance
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

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
nearestStormBearing double?
optional The approximate direction of the nearest storm in degrees, with true north at 0° and progressing clockwise. (If nearestStormDistance is zero, then this value will not be defined.)
getter/setter pair
nearestStormDistance double?
optional The approximate distance to the nearest storm in miles. (A storm distance of 0 doesn’t necessarily refer to a storm at the requested location, but rather a storm in the vicinity of that location.)
getter/setter pair
ozone double?
optional The columnar density of total atmospheric ozone at the given time in Dobson units.
getter/setter pairinherited
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
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
temperature double?
optional The air temperature in degrees Fahrenheit.
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
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