AggregateProductStatus constructor

AggregateProductStatus({
  1. String? country,
  2. List<ItemLevelIssue>? itemLevelIssues,
  3. String? name,
  4. String? reportingContext,
  5. Stats? stats,
})

Implementation

AggregateProductStatus({
  this.country,
  this.itemLevelIssues,
  this.name,
  this.reportingContext,
  this.stats,
});