ErrorGroup constructor
ErrorGroup({
- String? groupId,
- String? name,
- String? resolutionStatus,
- List<
TrackingIssue> ? trackingIssues,
Implementation
ErrorGroup({
this.groupId,
this.name,
this.resolutionStatus,
this.trackingIssues,
});