EarthquakeNankaiEarthquakeInfo class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeNankaiEarthquakeInfo({EarthquakeNankaiEarthquakeInfoKind? kind, String? text, String? appendix})
-
EarthquakeNankaiEarthquakeInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appendix → String?
-
南海トラフ地震に関連する情報の種類などの参考情報を記載する。
参考情報がない場合は出現しない
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → EarthquakeNankaiEarthquakeInfoKind?
-
情報の発表区分
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
自由文形式により本文を記載する
final
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