ChangeRequest class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ChangeRequest({List<String>? docIds, bool conflicts = false, bool descending = false, String feed = 'normal', String? filter, int heartbeat = 30000, bool includeDocs = false, bool attachments = false, bool attEncodingInfo = false, int? lastEventId, int? limit, String since = '0', String style = 'main_only', int timeout = 30000, String? view, int? seqInterval})
ChangeRequest.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
docIds List<String>?
getter/setter pair
feed String
getter/setter pair
filter String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartbeat int
getter/setter pair
includeDocs bool
getter/setter pair
lastEventId int?
getter/setter pair
limit int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seqInterval int?
getter/setter pair
since String
getter/setter pair
style String
getter/setter pair
timeout int
getter/setter pair
view String?
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