EewHypocenter constructor
EewHypocenter({
- required int code,
- required String name,
- required EarthquakeComponentCoordinate coordinate,
- required EewDepth depth,
- required EewReduce reduce,
- required EewAccuracy accuracy,
- String? landOrSea,
Implementation
EewHypocenter({
required this.code,
required this.name,
required this.coordinate,
required this.depth,
required this.reduce,
required this.accuracy,
this.landOrSea,
});