GetViewRequest class

Annotations
  • @JsonSerializable()

Constructors

GetViewRequest({bool? conflicts, bool? descending, dynamic endkey, bool? group, int? groupLevel, bool? includeDocs, bool? attachments, bool? attEncodingInfo, bool? inclusiveEnd, dynamic key, List? keys, int? limit, bool? reduce = false, int? skip, bool? sorted, bool? stable, String? stale, dynamic startkey, String? update, bool? updateSeq})
GetViewRequest.fromJson(Map<String, dynamic> json)
factory

Properties

attachments bool?
getter/setter pair
attEncodingInfo bool?
getter/setter pair
conflicts bool?
getter/setter pair
descending bool?
getter/setter pair
endkey ↔ dynamic
getter/setter pair
group bool?
getter/setter pair
groupLevel int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeDocs bool?
getter/setter pair
inclusiveEnd bool?
getter/setter pair
key ↔ dynamic
getter/setter pair
keys List?
getter/setter pair
limit int?
getter/setter pair
reduce bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip int?
getter/setter pair
sorted bool?
getter/setter pair
stable bool?
getter/setter pair
stale String?
getter/setter pair
startkey ↔ dynamic
getter/setter pair
update String?
getter/setter pair
updateSeq bool?
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