BranchUserFilter constructor

const BranchUserFilter({
  1. InWhere<int>? branchIds,
  2. InWhere<int>? roleIds,
  3. InWhere<int>? userIds,
  4. InWhere<bool?>? status,
})

Implementation

const BranchUserFilter({
  this.branchIds,
  this.roleIds,
  this.userIds,
  this.status,
});