QueryOperator class
Constructors
- QueryOperator.all(List values)
- QueryOperator.exists()
- QueryOperator.gt(dynamic value)
- QueryOperator.gte(dynamic value)
- QueryOperator.in$(List values)
- QueryOperator.lt(dynamic value)
- QueryOperator.lte(dynamic value)
- QueryOperator.mod(int value)
- QueryOperator.ne(dynamic value)
- QueryOperator.nin(List values)
- QueryOperator.notExists()
Properties
Methods
-
all(
List values) → void -
exists(
) → void -
gt(
dynamic value) → void -
gte(
dynamic value) → void -
in$(
List values) → void -
lt(
dynamic value) → void -
lte(
dynamic value) → void -
mod(
int value) → void -
ne(
dynamic value) → void -
nin(
List values) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notExists(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
and(
List< Map< values) → LogicalQueryOperatorString, dynamic> > -
or(
List< Map< values) → LogicalQueryOperatorString, dynamic> >