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