SharedPointerUInt32List.fromAddress constructor

SharedPointerUInt32List.fromAddress(
  1. SharedPointerAddress address
)

Implementation

SharedPointerUInt32List.fromAddress(SharedPointerAddress address)
    : super.fromAddress(address.parameters![0], 4, true, address);