menu
flowr package
documentation
flowr_mvvm.dart
ModelSnapshot<VM extends FrViewModel, T>
inState method
inState method
dark_mode
light_mode
inState
method
ModelSnapshot
<
FrViewModel
,
dynamic
>
inState
(
ConnectionState
state
)
Implementation
ModelSnapshot inState(ConnectionState state) => ModelSnapshot.of(s.inState(state), vm);
flowr package
documentation
flowr_mvvm
ModelSnapshot<VM extends FrViewModel, T>
inState method
ModelSnapshot class