EarthquakeCountsEarthquakeCount constructor

EarthquakeCountsEarthquakeCount({
  1. required EarthquakeCountsType type,
  2. required EarthquakeCountsTargetTime targetTime,
  3. required EarthquakeCountsValues values,
})

Implementation

EarthquakeCountsEarthquakeCount({
  required this.type,
  required this.targetTime,
  required this.values,
});