byIds method

DataSampleFilter byIds(
  1. Set<String> byIds
)

Implementation

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