ProductMatchDimension constructor

ProductMatchDimension({
  1. CustomLabel? customLabel,
  2. String? productOfferId,
})

Implementation

ProductMatchDimension({
  this.customLabel,
  this.productOfferId,
});