TsunamiObservation class

津波の観測値に関する情報を本要素に記載します。 VTSE51や、VTSE52に出現します。 下記は津波予報区ごとに出現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TsunamiObservation({required int? code, String? name, required List<TsunamiObservationStation> stations})
TsunamiObservation.fromJson(Map<String, dynamic> json)
factory

Properties

code int?
津波予報区コード VTSE52の場合はNullとします コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
hashCode int
The hash code for this object.
no setterinherited
name String?
津波予報区名 VTSE52の場合はNullとします
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stations List<TsunamiObservationStation>
潮位観測点の満潮時刻と津波の到達予想時刻
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