SharedPointerUint32.fromAddress constructor

SharedPointerUint32.fromAddress(
  1. SharedPointerAddress address
)

Implementation

SharedPointerUint32.fromAddress(SharedPointerAddress address)
    : super.fromAddress(4, 4, true, address);