getBitArray method
@return underlying array of ints. The first element holds the first 32 bits, and the least significant bit is bit 0.
Implementation
Uint32List getBitArray() => _bits;
@return underlying array of ints. The first element holds the first 32 bits, and the least significant bit is bit 0.
Uint32List getBitArray() => _bits;