copy method

Creates a copy of this instance.

Implementation

@override
SharedPointerUInt64List copy() {
  return SharedPointerUInt64List.fromAddress(address);
}