copy method

Uint64List copy()

Returns a copy of this instance.

Implementation

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