EarthquakeComponentHypocenter constructor
EarthquakeComponentHypocenter({
- required String name,
- required int code,
- required EarthquakeComponentCoordinate coordinate,
- required EarthquakeComponentDepth depth,
- EarthquakeComponentDetailed? detailed,
- EarthquakeComponentAuxiliary? auxiliary,
- EarthquakeComponentHypocenterSource? source,
Implementation
EarthquakeComponentHypocenter({
required this.name,
required this.code,
required this.coordinate,
required this.depth,
this.detailed,
this.auxiliary,
this.source,
});