FilterIn class

Inheritance
Available extensions

Constructors

FilterIn.new(String field, List<Object?> values)
const

Properties

asQuery Query
no setterinherited
field String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<Object?>
final

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