ProductVariantSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
ProductVariantSearchModel.ignoreDeleted({
this.id,
this.productId,
this.sku,
this.variation,
this.tenantId,
super.boundaryCode,
}): super(isDeleted: false);