getBitArray method

Uint32List getBitArray()

@return underlying array of ints. The first element holds the first 32 bits, and the least significant bit is bit 0.

Implementation

Uint32List getBitArray() {
  return _bits;
}