Impact constructor

Impact({
  1. List<Breakdown>? breakdowns,
  2. String? message,
  3. String? severity,
})

Implementation

Impact({this.breakdowns, this.message, this.severity});