copy method
Creates a copy of this instance.
Implementation
@override
SharedPointerUInt64List copy() {
return SharedPointerUInt64List.fromAddress(address);
}
Creates a copy of this instance.
@override
SharedPointerUInt64List copy() {
return SharedPointerUInt64List.fromAddress(address);
}