ProductMatchDimension constructor
ProductMatchDimension({
- CustomLabel? customLabel,
- String? productOfferId,
Implementation
ProductMatchDimension({
this.customLabel,
this.productOfferId,
});