CursorWithValueStreamExt extension

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

on

Methods

toRowList({int? limit, int? offset}) Future<List<CursorRow>>

Available on Stream<CursorWithValue>, provided by the CursorWithValueStreamExt extension

Convert an openCursor stream to a list.
toValueList({int? limit, int? offset}) Future<List<Object>>

Available on Stream<CursorWithValue>, provided by the CursorWithValueStreamExt extension

Convert an openKeyCursor stream to a list (must be auto-advance)