EarthquakeInformationPrefecture class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeInformationPrefecture({required int code, required String name, JmaIntensity? maxInt, JmaLgIntensity? maxLgInt, EarthquakeInformationRevise? revise})
EarthquakeInformationPrefecture.fromJson(Map<String, dynamic> json)
factory

Properties

code int
都道府県コード コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
hashCode int
The hash code for this object.
no setterinherited
maxInt JmaIntensity?
その都道府県における最大震度、1, 2, 3, 4, 5-, 5+, 6-, 6+, 7 で記載する 入電した震度がない場合は出現しない
final
maxLgInt JmaLgIntensity?
その都道府県における最大長周期地震動階級、0, 1, 2, 3, 4 で記載する VXSE62時のみ出現
final
name String
都道府県名
final
revise EarthquakeInformationRevise?
その都道府県における最大震度が続報で変化した場合に記載する。 取りうる値は上方修正又は追加 VXSE53、VXSE62時で、続報で震度変化があれば出現
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