ItemLevelIssue constructor

ItemLevelIssue({
  1. String? attribute,
  2. String? code,
  3. String? description,
  4. String? detail,
  5. String? documentationUri,
  6. String? productCount,
  7. String? resolution,
  8. String? severity,
})

Implementation

ItemLevelIssue({
  this.attribute,
  this.code,
  this.description,
  this.detail,
  this.documentationUri,
  this.productCount,
  this.resolution,
  this.severity,
});