byteBuffer property

ByteBuffer byteBuffer

The backing, mutable byte buffer of the BitArray. Use with caution.

Implementation

ByteBuffer get byteBuffer => _data.buffer;