EewIntensityForecastMaxInt class
最大予測震度を記載する
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EewIntensityForecastMaxInt({required JmaIntensity from, required JmaIntensity to})
-
EewIntensityForecastMaxInt.fromJson(Map<
String, dynamic> json) -
factory
Properties
- from → JmaIntensity
-
最大予測震度の下限、0, 1, 2, 3, 4, 5-, 5+, 6-, 6+, 7, 不明 で記載する
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → JmaIntensity
-
最大予測震度の上限、0, 1, 2, 3, 4, 5-, 5+, 6-, 6+, 7, over, 不明 で記載する
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited