EarthquakeComponentDepth constructor
EarthquakeComponentDepth({
- required String type,
- required String unit,
- int? value,
- EarthquakeComponentDepthCondition? condition,
Implementation
EarthquakeComponentDepth({
required this.type,
required this.unit,
this.value,
this.condition,
});