TsunamiObservationStation class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiObservationStation({required int code, required String name, String? sensor, required TsunamiObservationStationFirstHeight firstHeight, required TsunamiObservationStationMaxHeight maxHeight})
-
TsunamiObservationStation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → int
-
潮位観測点コード
コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
- firstHeight → TsunamiObservationStationFirstHeight
-
第一波の到達時刻
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxHeight → TsunamiObservationStationMaxHeight
-
津波の最大波を観測した値
final
- name → String
-
潮位観測点名
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensor → String?
-
GPS波浪計や圧力計などの特殊な観測機器の名称を記載する
特殊な観測機器の場合に出現
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