EarthquakeNankaiEarthquakeInfo constructor

EarthquakeNankaiEarthquakeInfo({
  1. EarthquakeNankaiEarthquakeInfoKind? kind,
  2. String? text,
  3. String? appendix,
})

Implementation

EarthquakeNankaiEarthquakeInfo({
  this.kind,
  this.text,
  this.appendix,
});