CursorStreamExt<C extends Cursor> extension

Extension on Stream<Cursor>. Cursor must not be in auto-advanced mode.

on

Methods

toKeyList({int? limit, int? offset}) Future<List<Object>>
Convert an openKeyCursor stream to a list (must be auto-advance)
toKeyRowList({int? limit, int? offset}) Future<List<KeyCursorRow>>
Convert an openKeyCursor stream to a list
toPrimaryKeyList({int? limit, int? offset}) Future<List<Object>>
Convert an openKeyCursor stream to a list of key, must be auto-advance)