TsunamiObservationStationMaxHeight constructor
TsunamiObservationStationMaxHeight({
- DateTime? dateTime,
- TsunamiObservationStationHeight? height,
- TsunamiObservationStationMaxHeightCondition? condition,
- TsunamiObservationStationMaxHeightRevise? revise,
Implementation
TsunamiObservationStationMaxHeight({
this.dateTime,
this.height,
this.condition,
this.revise,
});