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