EarthquakeComponentDepth constructor

EarthquakeComponentDepth({
  1. required String type,
  2. required String unit,
  3. int? value,
  4. EarthquakeComponentDepthCondition? condition,
})

Implementation

EarthquakeComponentDepth({
  required this.type,
  required this.unit,
  this.value,
  this.condition,
});