CoderState<T> constructor
CoderState<T> (
- T _value
Constructor initializes the state with an initial value.
Implementation
CoderState(this._value);
Constructor initializes the state with an initial value.
CoderState(this._value);