byteBuffer property
ByteBuffer
get
byteBuffer
The backing, mutable byte buffer of the BitArray. Use with caution.
Implementation
ByteBuffer get byteBuffer => _data.buffer;
The backing, mutable byte buffer of the BitArray. Use with caution.
ByteBuffer get byteBuffer => _data.buffer;