byIds method

CodingFilter byIds(
  1. Set<String> byIds
)

Implementation

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