FilterIn class
- Inheritance
-
- Object
- QueryLike
- FilterExpr
- FilterIn
- Available extensions
Constructors
-
FilterIn.new(String field, List<
Object?> values) -
const
Properties
Methods
-
and(
FilterExpr other) → FilterExpr -
Available on FilterExpr, provided by the FilterExprExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or(
FilterExpr other) → FilterExpr -
Available on FilterExpr, provided by the FilterExprExtension extension
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator &(
FilterExpr other) → dynamic -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator |(
FilterExpr other) → dynamic -
inherited