menu
flowr package
documentation
flowr_mvvm.dart
ValueStreamConsumer<M, T>
stream property
stream property
dark_mode
light_mode
stream
property
ValueStream
<
M
>
stream
final
The
ValueStream
that the
ValueStreamConsumer
will interact with.
Implementation
final ValueStream<M> stream;
flowr package
documentation
flowr_mvvm
ValueStreamConsumer<M, T>
stream property
ValueStreamConsumer class