EarthquakeNankaiEarthquakeInfoKind constructor

EarthquakeNankaiEarthquakeInfoKind({
  1. required int code,
  2. required String name,
})

Implementation

EarthquakeNankaiEarthquakeInfoKind({
  required this.code,
  required this.name,
});