EarthquakeComponentDetailed class

震央地名を補足する詳細震央地名。 遠地地震情報で出現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeComponentDetailed({required int code, required String name})
EarthquakeComponentDetailed.fromJson(Map<String, dynamic> json)
factory

Properties

code int
震央地名を補足する詳細震央地コード
final
hashCode int
The hash code for this object.
no setterinherited
name String
震央地名を補足する詳細震央地名
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