state property

double get state
inherited

Implementation

T get state {
  final s = _state;
  OnReactiveState.addToObs?.call(this);
  return s;
}