SolarTerm enum

This class provide the solar term - which are 24 special points in the Earth's orbit around the Sun, each point 15° apart.

Inheritance
Available extensions

Values

springCommences → const SolarTerm
rainWater → const SolarTerm
insectsWaken → const SolarTerm
vernalEquinox → const SolarTerm
pureBrightness → const SolarTerm
grainRain → const SolarTerm
summerCommences → const SolarTerm
grainBuds → const SolarTerm
grainInEar → const SolarTerm
summerSolstice → const SolarTerm
moderateHeat → const SolarTerm
majorHeat → const SolarTerm
autumnCommences → const SolarTerm
endOfHeat → const SolarTerm
whiteDew → const SolarTerm
autumnalEquinox → const SolarTerm
coldDew → const SolarTerm
descentFrost → const SolarTerm
winterCommences → const SolarTerm
minorSnow → const SolarTerm
majorSnow → const SolarTerm
winterSolstice → const SolarTerm
moderateCold → const SolarTerm
majorCold → const SolarTerm

Properties

baseName String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Chinese
no setter
baseNameOnRomany String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Chinese by Latin letters.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
japaneseName String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Japanese.
no setter
japaneseNameOnRomany String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Japanese by Latin letters.
no setter
koreanNameOnHangul String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in korean by Hangul
no setter
koreanNameOnRomany String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Korean by Latin letters.
no setter
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
vietnameseName String

Available on SolarTerm, provided by the SolarTermName extension

Get name of this solar term in Vietnamese
no setter

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

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