length property

int length

The number of bit in this BitArray.

length will be rounded up to match the 32-bit boundary.

The valid index values for the array are 0 through length - 1.

Implementation

int get length => _length;