toInt64List method

Int64List toInt64List()

Encapsulates a copy of this int List into a Int64List.

Implementation

Int64List toInt64List() => Int64List.fromList(this);