Encapsulates a copy of this int List into a Int32List.
int
Int32List toInt32List() => Int32List.fromList(this);