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