QueryCommand class

Inheritance

Constructors

QueryCommand(dynamic actions, dynamic step)

Properties

actions ↔ dynamic
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(dynamic expressions) LogicCommand
inherited
eq(dynamic val) LogicCommand
geoIntersects(dynamic geometry) LogicCommand
geoNear({Point? geometry, required num maxDistance, required num minDistance}) LogicCommand
geoWithin(dynamic geometry) LogicCommand
gt(int val) LogicCommand
gte(int val) LogicCommand
into(List list) LogicCommand
logicOP(String cmd, dynamic expressions) LogicCommand
inherited
lt(int val) LogicCommand
lte(int val) LogicCommand
neq(dynamic val) LogicCommand
nin(List list) LogicCommand
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(dynamic expressions) LogicCommand
inherited
queryOP(String cmd, dynamic val) LogicCommand
toJson() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited