in_ method Null safety
- Iterable<
ExpressionInterface> expressions
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);