ProductSearchModel constructor
ProductSearchModel({})
Implementation
ProductSearchModel({
this.id,
this.type,
this.name,
this.manufacturer,
this.clientReferenceId,
this.tenantId,
super.boundaryCode,
super.isDeleted,
}) : super();