menu
flowr package
documentation
flowr_mvvm.dart
FrUnionViewModel
streamBy<M> method
streamBy<M> method
dark_mode
light_mode
streamBy<
M
>
method
Stream
<
M
>
streamBy
<
M
>(
{
String
tag
=
''
,
})
Implementation
Stream<M> streamBy<M>({String tag = ''}) => stream.distinctWith((e) => e.modelValue<M>(tag));
flowr package
documentation
flowr_mvvm
FrUnionViewModel
streamBy<M> method
FrUnionViewModel class