copy method

UBitMatrix copy()

Implementation

UBitMatrix copy() => UBitMatrix.fromBits(width, height, Uint8List.fromList(bits));