ProductVariantSearchModel constructor

ProductVariantSearchModel({
  1. List<String>? id,
  2. List<String>? productId,
  3. String? sku,
  4. String? variation,
  5. String? tenantId,
  6. String? boundaryCode,
  7. bool? isDeleted = false,
})

Implementation

ProductVariantSearchModel({
  this.id,
  this.productId,
  this.sku,
  this.variation,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}):  super();