EarthquakeNankaiEarthquakeInfo constructor
EarthquakeNankaiEarthquakeInfo({
- EarthquakeNankaiEarthquakeInfoKind? kind,
- String? text,
- String? appendix,
Implementation
EarthquakeNankaiEarthquakeInfo({
this.kind,
this.text,
this.appendix,
});