clone method

BitArray clone()

Implementation

BitArray clone() => BitArray.test(Uint32List.fromList(_bits.toList()), _size);