IN method

Where IN(
  1. AnyList values
)

Implementation

Where IN(AnyList values) {
  return _WhereIn(this, values);
}