TsunamiForecastHeight class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiForecastHeight({required String type, required String unit, double? value, bool? over, TsunamiForecastHeightCondition? condition})
-
TsunamiForecastHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → TsunamiForecastHeightCondition?
-
津波の高さを定性的表現をする、津波注意報時は出現しない
取りうる値は 高い 又は 巨大
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