The current value of the StateBloc.
T? get value { return _value; }
Updates the value of the StateBloc.
set value(T? value) { add(value); }