EewIntensityAppendix constructor

EewIntensityAppendix({
  1. required EewIntensityMaxIntChange maxIntChange,
  2. required EewIntensityMaxLgIntChange? maxLgIntChange,
  3. required EewIntensityMaxIntChangeReason maxIntChangeReason,
})

Implementation

EewIntensityAppendix({
  required this.maxIntChange,
  required this.maxLgIntChange,
  required this.maxIntChangeReason,
});