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