EarthquakeInformationStationSva class

VXSE62(長周期地震動に関する情報)の時に出現する。 絶対速度応答スペクトルの1.6秒~7.8秒周期帯における最大値を記載する。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeInformationStationSva({required String unit, required double value})
EarthquakeInformationStationSva.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
絶対速度応答スペクトル情報の単位。cm/sで固定
final
value double
絶対速度応答スペクトルの1.6秒~7.8秒周期帯における最大値を記載する
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