EarthquakeComponent class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeComponent({required DateTime? arrivalTime, required EarthquakeComponentHypocenter hypocenter, required EarthquakeComponentMagnitude magnitude, required DateTime originTime})
EarthquakeComponent.fromJson(Map<String, dynamic> json)
factory

Properties

arrivalTime DateTime?
地震検知時刻を分単位で、ISO8601の日本時間で記載する
final
hashCode int
The hash code for this object.
no setterinherited
hypocenter EarthquakeComponentHypocenter
震源要素
final
magnitude EarthquakeComponentMagnitude
地震の規模
final
originTime DateTime
地震発生時刻を分単位で、ISO8601の日本時間で記載する
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