ModelSnapshot<VM extends FrViewModel, T>.withData constructor

ModelSnapshot<VM extends FrViewModel, T>.withData(
  1. ConnectionState state,
  2. T s,
  3. VM vm
)

Implementation

ModelSnapshot.withData(ConnectionState state, T s, VM vm)
  : this.of(AsyncSnapshot.withData(state, s), vm);