LoadResult<Key, Value> constructor
LoadResult<Key, Value> ({
- required List<
Value> data, - Key? nextKey,
- Key? prevKey,
Implementation
LoadResult({required this.data, this.nextKey, this.prevKey});