EarthquakeCountsValues constructor

EarthquakeCountsValues({
  1. required int? all,
  2. required int? felt,
})

Implementation

EarthquakeCountsValues({
  required this.all,
  required this.felt,
});