WeatherScene enum

A variety of scenes of different weather phenomena.

Inheritance

Constructors

WeatherScene()
const

Values

scorchingSun → const WeatherScene

It's very sunny, it's hot, I'm going to be charcoal.

Designation: hot, sunny, inclement Widgets: SunWidget

sunset → const WeatherScene

Sunset, evening, a little windy and cloudy. Nice weather.

Designation: sunset, windy, cloudy, nice Widgets: SunWidget, WindWidget, CloudWidget

frosty → const WeatherScene

It's winter, freezing, snowing and slightly warming in the sun. Its rays are not as strong as in summer, but still just as dear.

Season: winter Designation: snowfall, frosty, snow clouds Widgets: SunWidget, SnowWidget, CloudWidget

snowfall → const WeatherScene

Typical winter, snow and clouds.

Season: winter Designation: cold, snowfall, freezing, snow clouds Widgets: SnowWidget, CloudWidget

showerSleet → const WeatherScene

Very moody weather. Outside it's about 0`C, it's raining, wet snow, strong wind and gray clouds.

Season: autumn-winter Designation: raw, to patter, shower sleet, strong wind, foul Widgets: RainWidget, SnowWidget, CloudWidget, WindWidget

stormy → const WeatherScene

Terrifying weather. Rain pours down like a bucket, thunderstorms, strong winds and foggy skies. Don't feel like going out at all. It's dangerous.

Season: spring, summer, autumn Designation: gale-force wind, thunderstorm, lightning, to darken Widgets: WindWidget, RainWidget, ThunderWidget, CloudWidget

rainyOvercast → const WeatherScene

The rain and the sky covered with clouds.

Season: spring, summer, autumn Designation: rain, rain clouds, overcast, unpredictable Widgets: RainWidget, CloudWidget

weatherEvery → const WeatherScene

Each weather element in this package is represented.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getWeather() Widget
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

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