ModelSnapshot<VM extends FrViewModel, T>.withData constructor
ModelSnapshot<VM extends FrViewModel, T>.withData (
- ConnectionState state,
- T s,
- VM vm
Implementation
ModelSnapshot.withData(ConnectionState state, T s, VM vm)
: this.of(AsyncSnapshot.withData(state, s), vm);