Encapsulates a copy of this int List into a Uint8List.
int
Uint8List toUint8List() => Uint8List.fromList(this);