EarthquakeExplanationNaming class

顕著な被害を起こした地震について命名した場合については、その名称を記載します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeExplanationNaming({required String text, String? english})
EarthquakeExplanationNaming.fromJson(Map<String, dynamic> json)
factory

Properties

english String?
命名名の英語 英名がない場合は出現しない
final
hashCode int
The hash code for this object.
no setterinherited
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