CoderState<T> constructor

CoderState<T>(
  1. T _value
)

Constructor initializes the state with an initial value.

Implementation

CoderState(this._value);