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