EarthquakeHypocenterUpdate constructor

EarthquakeHypocenterUpdate({
  1. EarthquakeComponent? earthquake,
  2. String? text,
  3. EarthquakeHypocenterUpdateComments? comments,
})

Implementation

EarthquakeHypocenterUpdate({
  this.earthquake,
  this.text,
  this.comments,
});