EarthquakeHypocenterUpdate constructor
EarthquakeHypocenterUpdate({
- EarthquakeComponent? earthquake,
- String? text,
- EarthquakeHypocenterUpdateComments? comments,
Implementation
EarthquakeHypocenterUpdate({
this.earthquake,
this.text,
this.comments,
});