Issue constructor
Issue({
- NodegroupIssueCode? code,
- String? message,
- List<
String> ? resourceIds,
Implementation
Issue({
this.code,
this.message,
this.resourceIds,
});