ModelSnapshot<VM extends FrViewModel, T>.of constructor

const ModelSnapshot<VM extends FrViewModel, T>.of(
  1. AsyncSnapshot<T> s,
  2. VM vm
)

Implementation

const ModelSnapshot.of(this.s, this.vm);