CursorWithValueStreamExt extension
Extension on `Stream<Cursor>`
. Cursor must not be in auto-advanced mode.
Methods
-
toRowList(
{int? limit, int? offset}) → Future< List< CursorRow> > -
Available on Stream<
Convert an openCursor stream to a list.CursorWithValue> , provided by the CursorWithValueStreamExt extension -
toValueList(
{int? limit, int? offset}) → Future< List< Object> > -
Available on Stream<
Convert an openKeyCursor stream to a list (must be auto-advance)CursorWithValue> , provided by the CursorWithValueStreamExt extension