Whether the BitArray is empty == has only zero values.
bool get isEmpty { return _data.every((i) => i == 0); }