snapValue property

SnapState<T> get snapValue

Implementation

SnapState<T> get snapValue {
  initialize();
  // ReactiveStatelessWidget.addToObs?.call(this);
  // TopStatelessWidget.addToObs?.call(this);
  return _snapState;
}
set snapValue (SnapState<T> value)

Implementation

set snapValue(SnapState<T> value) {
  _snapState = value;
}