ProductSetPurgeConfig constructor

ProductSetPurgeConfig({
  1. String? productSetId,
})

Implementation

ProductSetPurgeConfig({
  this.productSetId,
});