TsunamiObservationStationMaxHeight constructor

TsunamiObservationStationMaxHeight({
  1. DateTime? dateTime,
  2. TsunamiObservationStationHeight? height,
  3. TsunamiObservationStationMaxHeightCondition? condition,
  4. TsunamiObservationStationMaxHeightRevise? revise,
})

Implementation

TsunamiObservationStationMaxHeight({
  this.dateTime,
  this.height,
  this.condition,
  this.revise,
});