Current enum

Current enums provided by Open-Meteo. Storing all parameters available from documentation.

Inheritance
Available extensions

Values

temperature_2m → const Current
relative_humidity_2m → const Current
apparent_temperature → const Current
is_day → const Current
precipitation → const Current
rain → const Current
showers → const Current
snowfall → const Current
weather_code → const Current
cloud_cover → const Current
pressure_msl → const Current
surface_pressure → const Current
wind_speed_10m → const Current
wind_direction_10m → const Current
wind_gusts_10m → const Current
wave_height → const Current
wave_direction → const Current
wave_period → const Current
wind_wave_height → const Current
wind_wave_direction → const Current
wind_wave_period → const Current
wind_wave_peak_period → const Current
swell_wave_height → const Current
swell_wave_direction → const Current
swell_wave_period → const Current
swell_wave_peak_period → const Current
ocean_current_velocity → const Current
ocean_current_direction → const Current
european_aqi → const Current
us_aqi → const Current
pm10 → const Current
pm2_5 → const Current
carbon_monoxide → const Current
nitrogen_dioxide → const Current
sulphur_dioxide → const Current
ozone → const Current
aerosol_optical_depth → const Current
dust → const Current
uv_index → const Current
uv_index_clear_sky → const Current
ammonia → const Current
alder_pollen → const Current
birch_pollen → const Current
grass_pollen → const Current
mugwort_pollen → const Current
olive_pollen → const Current
ragweed_pollen → const Current

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Static Methods

fromVariable(VariableWithValues v) Current?

Constants

values → const List<Current>
A constant List of the values in this enum, in order of their declaration.