EarthquakeExplanationNaming class
顕著な被害を起こした地震について命名した場合については、その名称を記載します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeExplanationNaming({required String text, String? english})
-
EarthquakeExplanationNaming.fromJson(Map<
String, dynamic> json) -
factory
Properties
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