copy method

Uint8List copy()

Returns a copy of this instance.

Implementation

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