ErrorGroup constructor

ErrorGroup({
  1. String? groupId,
  2. String? name,
  3. String? resolutionStatus,
  4. List<TrackingIssue>? trackingIssues,
})

Implementation

ErrorGroup({
  this.groupId,
  this.name,
  this.resolutionStatus,
  this.trackingIssues,
});