in_ abstract method

S in_(
  1. Iterable values
)

Query condition that matches any value in the specified list of values. SQL: IN(

Implementation

S in_(Iterable<dynamic> values);