ReceiptDetailFilter constructor

const ReceiptDetailFilter({
  1. InWhere<int>? branchIds,
  2. InWhere<int>? typeIds,
  3. InWhere<int>? receiptIds,
  4. InWhere<int>? accountIds,
  5. InWhere<int>? currencyIds,
  6. InWhere<int>? userIds,
  7. NumberRangeWhere<double>? price,
  8. LikeWhere? text,
})

Implementation

const ReceiptDetailFilter({
  this.branchIds,
  this.typeIds,
  this.receiptIds,
  this.accountIds,
  this.currencyIds,
  this.userIds,
  this.price,
  this.text,
});