AccountIssueImpact constructor

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

Implementation

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