TsunamiObservationStationHeight class
津波の最大波を観測した値
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiObservationStationHeight({required String type, required String unit, required double value, bool? over, String? condition})
-
TsunamiObservationStationHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → String?
-
取りうる値は
上昇中
で固定 数値情報に付加的情報が必要な場合に出現final - hashCode → int
-
The hash code for this object.
no setterinherited
- over → bool?
-
観測範囲より津波の高さが超過した場合に使用し、数値情報を補助する
取りうる値は
true
のみ 数値情報より大きいことを示す場合に出現final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
数値情報のタイプ、
これまでの最大波の高さ
で固定final - unit → String
-
数値情報の単位、
m
で固定final - value → double
-
津波の最大波の高さ。
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