ProjectProductVariantSearchModel constructor

ProjectProductVariantSearchModel({
  1. String? productVariantId,
  2. String? tenantId,
  3. String? boundaryCode,
  4. bool? isDeleted = false,
})

Implementation

ProjectProductVariantSearchModel({
  this.productVariantId,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}):  super();