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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, dynamic>
no setter

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<String, dynamic>> values) LogicalQueryOperator
or(List<Map<String, dynamic>> values) LogicalQueryOperator