TsunamiForecastStation class

潮位観測点の満潮時刻と津波の到達予想時刻を表現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TsunamiForecastStation({required int code, required String name, DateTime? highTideDateTime, required TsunamiForecastStationFirstHeight firstHeight})
TsunamiForecastStation.fromJson(Map<String, dynamic> json)
factory

Properties

code int
潮位観測点コード コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
firstHeight TsunamiForecastStationFirstHeight
潮位観測点に対しての津波の到達予想時刻
final
hashCode int
The hash code for this object.
no setterinherited
highTideDateTime DateTime?
満潮時刻、ISO8601の日本時間で記載する
final
name String
潮位観測点名
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