EarthquakeInformationVar class
固定付加文を記載する。複数ある場合は改行コード 0x0A を区切りに挿入する
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
EarthquakeInformationVar({required String text, required List<
int> codes}) -
EarthquakeInformationVar.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