EarthquakeInformationCity class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

code int
市区町村コード コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
condition String?
その市区町村内で震度5弱以上未入電の震度観測点があり、市区町村における確定震度がない場合、”震度5弱以上未入電”を記載する 入電した震度がない場合に出現
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