EarthquakeNankaiEarthquakeInfoKind class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeNankaiEarthquakeInfoKind({required int code, required String name})
EarthquakeNankaiEarthquakeInfoKind.fromJson(Map<String, dynamic> json)
factory

Properties

code int
南海トラフ地震に関連する情報の情報種別を表すコードを表す コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
hashCode int
The hash code for this object.
no setterinherited
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