EarthquakeComponentDepth class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeComponentDepth({required String type, required String unit, int? value, EarthquakeComponentDepthCondition? condition})
-
EarthquakeComponentDepth.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → EarthquakeComponentDepthCondition?
-
深さの例外的表現。取りうる値は ごく浅い、700km以上、 不明
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
深さ情報のタイプ。深さで固定
final
- unit → String
-
深さ情報の単位。kmで固定
final
- value → int?
-
震源の深さ。不明時は Null とする
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