byIds method

UserFilter byIds(
  1. Set<String> byIds
)

Implementation

UserFilter byIds(Set<String> byIds) {
  this._byIds = byIds;
  return this;
}