byIds method

dynamic byIds(
  1. List<String> ids
)

Implementation

byIds(List<String> ids) {
  this.id = null;
  return this.whereIn(attribute: 'id', values: ids, merge: false);
}