toUint64List method
Encapsulates a copy of this int
List into a Uint64List.
Implementation
Uint64List toUint64List() => Uint64List.fromList(this);
Encapsulates a copy of this int
List into a Uint64List.
Uint64List toUint64List() => Uint64List.fromList(this);