GetViewRequest constructor

GetViewRequest({
  1. bool? conflicts,
  2. bool? descending,
  3. dynamic endkey,
  4. bool? group,
  5. int? groupLevel,
  6. bool? includeDocs,
  7. bool? attachments,
  8. bool? attEncodingInfo,
  9. bool? inclusiveEnd,
  10. dynamic key,
  11. List? keys,
  12. int? limit,
  13. bool? reduce = false,
  14. int? skip,
  15. bool? sorted,
  16. bool? stable,
  17. String? stale,
  18. dynamic startkey,
  19. String? update,
  20. bool? updateSeq,
})

Implementation

GetViewRequest({
  this.conflicts,
  this.descending,
  this.endkey,
  this.group,
  this.groupLevel,
  this.includeDocs,
  this.attachments,
  this.attEncodingInfo,
  this.inclusiveEnd,
  this.key,
  this.keys,
  this.limit,
  this.reduce = false,
  this.skip,
  this.sorted,
  this.stable,
  this.stale,
  this.startkey,
  this.update,
  this.updateSeq,
});