chunk library

Classes

Chunk<T, CursorType>
A subset of data retrieved from a data source.
Chunker<DataType, CursorType>

Typedefs

DataChunker<DataType, CursorType> = Future<List<DataType>> Function(CursorType? cursor, int limit)