Encapsulates a copy of this int List into a Int64List.
int
Int64List toInt64List() => Int64List.fromList(this);