helpers library
Provides a set of helper functions and classes used in the Bloc Event Status library.
Classes
-
WithPrevious<
T> - A StreamTransformer that pairs each value in a stream with its previous value.
Typedefs
-
PreviousValuePair<
T> = ({T current, T? previous}) -
A record that holds the
previous
andcurrent
value of a stream.