toUint64List method

Uint64List toUint64List()

Encapsulates a copy of this int List into a Uint64List.

Implementation

Uint64List toUint64List() => Uint64List.fromList(this);