MultiFetchEvent<V>.fetched constructor

MultiFetchEvent<V>.fetched(
  1. V value, {
  2. int? total,
})

Implementation

factory MultiFetchEvent.fetched(V value, {int? total}) = IterableFetchedEvent<V>;