TsunamiEstimationHeight class
津波の最大波を推定した値
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiEstimationHeight({required String type, required String unit, double? value, bool? over, TsunamiEstimationHeightCondition? condition})
-
TsunamiEstimationHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → TsunamiEstimationHeightCondition?
-
津波の高さを定性的表現をする、津波注意報時は出現しない
取りうる値は
高い
,巨大
final - hashCode → int
-
The hash code for this object.
no setterinherited
- over → bool?
-
10m超となるときに出現し、数値情報を補助する 取りうる値は
true
のみ 数値情報より大きいことを示す場合に出現final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
数値情報のタイプ、
津波の高さ
で固定final - unit → String
-
数値情報の単位、
m
で固定final - value → double?
-
津波の予想される高さ。定性的表現をする場合は
Null
とする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