inState method

ModelSnapshot<FrViewModel, dynamic> inState(
  1. ConnectionState state
)

Implementation

ModelSnapshot inState(ConnectionState state) =>
    ModelSnapshot.of(s.inState(state), vm);