TsunamiEstimationMaxHeight class
津波の予想の高さ(推定値)を表現します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiEstimationMaxHeight({DateTime? dateTime, TsunamiEstimationHeight? height, String? condition, TsunamiEstimationMaxHeightRevise? revise})
-
TsunamiEstimationMaxHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → String?
-
取りうる値は
観測中
津波警報以上でまだ津波の観測値が小さい場合に出現するfinal - dateTime → DateTime?
-
津波の最大波となる日時(推定)、ISO8601の日本時間で記載する
日時が明確である場合に出現
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → TsunamiEstimationHeight?
-
津波の最大波を推定した値
津波警報以上でまだ津波の観測値が小さい場合は出現しない
final
- revise → TsunamiEstimationMaxHeightRevise?
-
津波のを推定した高さの更新フラグ
取りうる値は
追加
,更新
続報により新しく追加された場合や、更新された場合に出現する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