StockSearchModel.ignoreDeleted constructor
StockSearchModel.ignoreDeleted(
{ - String? id,
- String? tenantId,
- String? facilityId,
- String? productVariantId,
- String? referenceId,
- String? referenceIdType,
- String? transactingPartyId,
- String? transactingPartyType,
- String? receiverId,
- String? receiverType,
- String? senderId,
- String? senderType,
- List<String>? clientReferenceId,
- List<String>? transactionType,
- List<String>? transactionReason,
- String? boundaryCode,
})
Implementation
@MappableConstructor()
StockSearchModel.ignoreDeleted({
this.id,
this.tenantId,
this.facilityId,
this.productVariantId,
this.referenceId,
this.referenceIdType,
this.transactingPartyId,
this.transactingPartyType,
this.receiverId,
this.receiverType,
this.senderId,
this.senderType,
this.clientReferenceId,
this.transactionType,
this.transactionReason,
super.boundaryCode,
}) : super(isDeleted: false);