EewIntensityAppendix constructor
EewIntensityAppendix({
- required EewIntensityMaxIntChange maxIntChange,
- required EewIntensityMaxLgIntChange? maxLgIntChange,
- required EewIntensityMaxIntChangeReason maxIntChangeReason,
Implementation
EewIntensityAppendix({
required this.maxIntChange,
required this.maxLgIntChange,
required this.maxIntChangeReason,
});