Returns a defensive copy of src.
src
HINT: Use when storing user-supplied buffers.
static Uint8List copy(Uint8List src) => Uint8List.fromList(src);