copy method

  1. @override
SharedPointerUint64 copy()
override

Creates a copy of this instance.

Implementation

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