menu
batch_fetcher package
documentation
batch_fetcher_testing.dart
ScriptedRequest<TId, TValue, TKey>
keys property
keys property
dark_mode
light_mode
keys
property
List
<
TKey
>
keys
final
The keys each call was made under, in call order.
Implementation
final List<TKey> keys = [];
batch_fetcher package
documentation
batch_fetcher_testing
ScriptedRequest<TId, TValue, TKey>
keys property
ScriptedRequest class