@override Bits get bits => Bits(_value);
@override set bits(Bits _) => throw UnsupportedError('Cannot modify unmodifiable');