FindRequest class

Constructors

FindRequest({required Operator selector, int? limit = 25, int? skip, List<Map<String, String>>? sort, List<String>? fields, Object? useIndex, bool conflicts = false, int r = 1, String? bookmark, bool update = true, bool? stable, String stale = 'false', bool executionStats = false})
FindRequest.fromJson(Map<String, dynamic> json)
factory

Properties

bookmark String?
getter/setter pair
conflicts bool
getter/setter pair
executionStats bool
getter/setter pair
fields List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
getter/setter pair
r int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector Operator
getter/setter pair
skip int?
getter/setter pair
sort List<Map<String, String>>?
getter/setter pair
stable bool?
getter/setter pair
stale String
getter/setter pair
update bool
getter/setter pair
useIndex Object?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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