TsunamiForecastKind class
大津波警報、津波警報、津波注意報、津波予報(若干の海面変動)の種別を表現します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiForecastKind({required int code, required String name, required TsunamiForecastLastKind lastKind})
-
TsunamiForecastKind.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → int
-
津波警報等の種別コード
コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastKind → TsunamiForecastLastKind
-
前回発表した津波警報等の種別
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