StockReconciliationSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
StockReconciliationSearchModel.ignoreDeleted({
this.id,
this.tenantId,
this.facilityId,
this.productVariantId,
this.clientReferenceId,
int? dateOfReconciliation,
super.boundaryCode,
}) : dateOfReconciliationTime = dateOfReconciliation == null
? null
: DateTime.fromMillisecondsSinceEpoch(dateOfReconciliation),
super(isDeleted: false);