copy method

  1. @override
SharedPointerUint32 copy()
override

Creates a copy of this instance.

Implementation

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