TsunamiObservationStation constructor
TsunamiObservationStation({
- required int code,
- required String name,
- String? sensor,
- required TsunamiObservationStationFirstHeight firstHeight,
- required TsunamiObservationStationMaxHeight maxHeight,
Implementation
TsunamiObservationStation({
required this.code,
required this.name,
this.sensor,
required this.firstHeight,
required this.maxHeight,
});