AggregateCursor constructor

AggregateCursor(
  1. Db db,
  2. DbCollection collection,
  3. List pipeline,
  4. Map<String, dynamic> cursorOptions,
  5. bool allowDiskUse,
)

Implementation

AggregateCursor(Db db, DbCollection collection, this.pipeline,
    this.cursorOptions, this.allowDiskUse)
    : super(db, collection, <String, dynamic>{});