Predefined string constants for weather parameter types.
Provides standard identifiers for Parameter.type and Conditions.type. Not all parameters are applicable to every forecast type.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- airQuality → const String
- Air quality index parameter.
- dewPoint → const String
- Dew point temperature parameter.
- feelsLike → const String
- Apparent temperature parameter.
- humidity → const String
- Relative humidity parameter.
- pressure → const String
- Atmospheric pressure parameter.
- sunRise → const String
- Sunrise time parameter.
- sunSet → const String
- Sunset time parameter.
- temperature → const String
- Current temperature parameter.
- temperatureHigh → const String
- High temperature parameter.
- temperatureLow → const String
- Low temperature parameter.
- uv → const String
- UV radiation index parameter.
- visibility → const String
- Visibility distance parameter.
- windDirection → const String
- Wind direction parameter.
- windSpeed → const String
- Wind speed parameter.