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