Impact constructor

Impact({
  1. String? regionCode,
  2. String? severity,
})

Implementation

Impact({this.regionCode, this.severity});