State constructor
State(])
Implementation
State(
this._token,
this._mode,
this._binaryShiftByteCount,
this._bitCount, [
int? binaryShiftCost,
]) : _binaryShiftCost =
binaryShiftCost ?? _calculateBinaryShiftCost(_binaryShiftByteCount);