ChangeRequest constructor

ChangeRequest({
  1. List<String>? docIds,
  2. bool conflicts = false,
  3. bool descending = false,
  4. String feed = 'normal',
  5. String? filter,
  6. int heartbeat = 30000,
  7. bool includeDocs = false,
  8. bool attachments = false,
  9. bool attEncodingInfo = false,
  10. int? lastEventId,
  11. int? limit,
  12. String since = '0',
  13. String style = 'main_only',
  14. int timeout = 30000,
  15. String? view,
  16. int? seqInterval,
})

Implementation

ChangeRequest({
  this.docIds,
  this.conflicts = false,
  this.descending = false,
  this.feed = 'normal',
  this.filter,
  this.heartbeat = 30000,
  this.includeDocs = false,
  this.attachments = false,
  this.attEncodingInfo = false,
  this.lastEventId,
  this.limit,
  this.since = '0',
  this.style = 'main_only',
  this.timeout = 30000,
  this.view,
  this.seqInterval,
});