in_ abstract method

Returns a new expression which evaluates to whether this expression is in the given expressions.

Implementation

// ignore: non_constant_identifier_names
ExpressionInterface in_(Iterable<ExpressionInterface> expressions);