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