TsunamiEstimationFirstHeight class

津波の到達予想時刻(推定値)を表現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TsunamiEstimationFirstHeight({required DateTime arrivalTime, String? condition, TsunamiEstimationFirstHeightRevise? revise})
TsunamiEstimationFirstHeight.fromJson(Map<String, dynamic> json)
factory

Properties

arrivalTime DateTime
津波到達予想時刻、ISO8601の日本時間で記載する
final
condition String?
取りうる値は早いところでは既に津波到達と推定 早いところでは既に津波到達と推定される場合に出現する
final
hashCode int
The hash code for this object.
no setterinherited
revise TsunamiEstimationFirstHeightRevise?
到達予想の更新フラグ 取りうる値は追加,更新 続報により新しく津波予報区が追加された場合や、予想時刻が更新された場合に出現する
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