menu
batch_fetcher package
documentation
batch_fetcher_testing.dart
RecordingObserver<TId>
batches property
batches property
dark_mode
light_mode
batches
property
List
<
List
<
TId
>
>
batches
final
One entry per request started, holding the ids it carried.
Implementation
final List<List<TId>> batches = [];
batch_fetcher package
documentation
batch_fetcher_testing
RecordingObserver<TId>
batches property
RecordingObserver class