BitBuffer.fromBB(BitBuffer obb, {Endian? endian}) : endian = endian ?? obb.endian, _size = obb._size { _longs.addAll(obb._longs); }