DecodedChar constructor

DecodedChar(
  1. int newPosition,
  2. int _value
)

Implementation

DecodedChar(super.newPosition, this._value);