AccountCurrencyFilter constructor

const AccountCurrencyFilter({
  1. InWhere<int>? branchIds,
  2. InWhere<int>? accountIds,
  3. InWhere<int>? currencyIds,
  4. NumberRangeWhere<double>? price,
  5. DateTimeRangeWhere? createAt,
  6. InWhere<int>? userIds,
})

Implementation

const AccountCurrencyFilter({
  this.branchIds,
  this.accountIds,
  this.currencyIds,
  this.price,
  this.createAt,
  this.userIds,
});