EarthquakeCountsEarthquakeCount class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeCountsEarthquakeCount({required EarthquakeCountsType type, required EarthquakeCountsTargetTime targetTime, required EarthquakeCountsValues values})
-
EarthquakeCountsEarthquakeCount.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
- targetTime → EarthquakeCountsTargetTime
-
対象とする期間
final
- type → EarthquakeCountsType
-
表現する期間幅に対応した文字列が入る
取りうる値は 1時間地震回数、累積地震回数、地震回数
final
- values → EarthquakeCountsValues
-
対象とする期間内に観測した地震の回数を記載する
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