EarthquakeComponentMagnitude class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeComponentMagnitude({required String type, required String unit, required double? value, required EarthquakeComponentMagnitudeCondition? condition})
EarthquakeComponentMagnitude.fromJson(Map<String, dynamic> json)
factory

Properties

condition EarthquakeComponentMagnitudeCondition?
マグニチュードの数値が求まらない事項を記載。M不明 又は M8を超える巨大地震 が入る
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
マグニチュードの種別。Mj または M が入る
final
value double?
マグニチュードの数値。不明時またはM8以上の巨大地震と推測される場合は 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