UBitArray constructor

UBitArray(
  1. int size
)

Implementation

UBitArray(this.size) : bits = Uint8List(size);