TsunamiForecastMaxHeight class

津波の予想の高さを表現します。 津波注意報以上が発表されていた場合に続報において津波予報(若干の海面変動)となった場合は、出現しません。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TsunamiForecastMaxHeight({required TsunamiForecastHeight height, String? condition, TsunamiForecastMaxHeightRevise? revise})
TsunamiForecastMaxHeight.fromJson(Map<String, dynamic> json)
factory

Properties

condition String?
取りうる値は重要 大津波警報で初めて発表する場合や大津波警報で上方修正を行った場合に出現する
final
hashCode int
The hash code for this object.
no setterinherited
height TsunamiForecastHeight
津波の予想される高さ
final
revise TsunamiForecastMaxHeightRevise?
津波の高さの更新フラグ 取りうる値は追加又は更新 続報により新しく津波予報区が追加された場合や、予想時刻が更新された場合に出現する
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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