TsunamiForecastStationFirstHeight class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiForecastStationFirstHeight({DateTime? arrivalTime, TsunamiForecastStationFirstHeightCondition? condition, TsunamiForecastStationFirstHeightRevise? revise})
-
TsunamiForecastStationFirstHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arrivalTime → DateTime?
-
津波到達予想時刻、ISO8601の日本時間で記載する
まだ津波が到達していない場合、到達していないと推測される場合に出現する
final
- condition → TsunamiForecastStationFirstHeightCondition?
-
取りうる値は 津波到達中と推測、第1波の到達を確認
すでに津波が到達している場合や、推測される場合に出現する
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- revise → TsunamiForecastStationFirstHeightRevise?
-
到達予想の更新フラグ 取りうる値は
追加
又は更新
続報により新しく追加された場合や、予想時刻が更新された場合に出現する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