copy method

Uint8List copy()

Implementation

Uint8List copy() => Uint8List.fromList(this);