AccountIssue constructor

AccountIssue({
  1. List<Action>? actions,
  2. AccountIssueImpact? impact,
  3. String? prerenderedContent,
  4. String? title,
})

Implementation

AccountIssue({
  this.actions,
  this.impact,
  this.prerenderedContent,
  this.title,
});