Item constructor
Item({
- List<
RichResultsIssue> ? issues, - String? name,
Implementation
Item({
this.issues,
this.name,
});
Item({
this.issues,
this.name,
});