EarthquakeCountsEarthquakeCount constructor
EarthquakeCountsEarthquakeCount({
- required EarthquakeCountsType type,
- required EarthquakeCountsTargetTime targetTime,
- required EarthquakeCountsValues values,
Implementation
EarthquakeCountsEarthquakeCount({
required this.type,
required this.targetTime,
required this.values,
});