JmaIntensity enum

気象庁震度階級 + α

Inheritance
Available extensions

Values

over → const JmaIntensity
const JmaIntensity('over', '程度以上', Color.fromARGB(255, 255, 255, 255))
unknown → const JmaIntensity

震度不明

const JmaIntensity('?', '震度不明', Color.fromARGB(255, 242, 242, 255))
int0 → const JmaIntensity

震度1未満

const JmaIntensity('0', '震度1未満', Color.fromARGB(200, 255, 255, 255))
int1 → const JmaIntensity

震度1

const JmaIntensity('1', '震度1', Color.fromARGB(255, 143, 159, 255))
int2 → const JmaIntensity

震度2

const JmaIntensity('2', '震度2', Color.fromARGB(255, 0, 85, 255))
int3 → const JmaIntensity

震度3

const JmaIntensity('3', '震度3', Color.fromARGB(255, 47, 255, 0))
int4 → const JmaIntensity

震度4

const JmaIntensity('4', '震度4', Color.fromARGB(255, 246, 255, 0))
int5Lower → const JmaIntensity

震度5弱

const JmaIntensity('5-', '震度5弱', Color.fromARGB(255, 255, 230, 0))
notRecievedYet → const JmaIntensity

震度5弱以上未入電

const JmaIntensity('!5-', '震度5弱以上未入電', Color.fromARGB(255, 255, 230, 0))
int5Upper → const JmaIntensity

震度5強

const JmaIntensity('5+', '震度5強', Color.fromARGB(255, 255, 153, 0))
int6Lower → const JmaIntensity

震度6弱

const JmaIntensity('6-', '震度6弱', Color.fromARGB(255, 255, 40, 0))
int6Upper → const JmaIntensity

震度6強

const JmaIntensity('6+', '震度6強', Color.fromARGB(255, 165, 0, 33))
int7 → const JmaIntensity

震度7

const JmaIntensity('7', '震度7', Color.fromARGB(255, 200, 0, 255))

Properties

color Color
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
longName String
final
name String
final
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 <(JmaIntensity other) bool

Available on JmaIntensity, provided by the JmaIntensityOperator extension

operator <=(JmaIntensity other) bool

Available on JmaIntensity, provided by the JmaIntensityOperator extension

operator ==(Object other) bool
The equality operator.
inherited
operator >(JmaIntensity other) bool

Available on JmaIntensity, provided by the JmaIntensityOperator extension

operator >=(JmaIntensity other) bool

Available on JmaIntensity, provided by the JmaIntensityOperator extension

Static Methods

toJmaIntensity({required num? intensity}) JmaIntensity
リアルタイム震度から気象庁震度階級に変換

Constants

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