Encapsulates a copy of this int List into a Int8List.
int
Int8List toInt8List() => Int8List.fromList(this);