snapState property

SnapState<String> get snapState
inherited

A snap representation of the state

Implementation

SnapState<T> get snapState => _reactiveModelState._snapState;
set snapState (SnapState<String> snap)
inherited

Implementation

set snapState(SnapState<T> snap) => _reactiveModelState._snapState = snap;