EewDepth class

緊急地震速報が対象とする震源の深さを記載します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EewDepth({required String type, required String unit, required int? value, required EewDepthCondition? condition})
EewDepth.fromJson(Map<String, dynamic> json)
factory

Properties

condition EewDepthCondition?
深さの例外的表現。取りうる値は ごく浅い、700km以上、 不明 とする valueが0または700または Null の時
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