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