copy method

Creates a copy of this instance.

Implementation

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