AccountIssue constructor
AccountIssue({
- List<
Action> ? actions, - AccountIssueImpact? impact,
- String? prerenderedContent,
- String? title,
Implementation
AccountIssue({
this.actions,
this.impact,
this.prerenderedContent,
this.title,
});