@override void appendTo(BitArray bitArray, List<int> text) { bitArray.appendBits(_value, _bitCount); }