Tsunami class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Tsunami({List<
TsunamiForecast> ? forecasts, List<TsunamiObservation> ? observations, List<TsunamiEstimation> ? estimations}) -
Tsunami.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
estimations
→ List<
TsunamiEstimation> ? -
津波の推定情報を配列で格納する
VTSE52の時に出現
final
-
forecasts
→ List<
TsunamiForecast> ? -
津波の予測情報を配列で格納する
VTSE41, VTSE51の時に出現
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
observations
→ List<
TsunamiObservation> ? -
津波の観測地情報を配列で格納する
VTSE51、VTSE52の時で、観測値がある場合にのみ出現
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