SharedPointerUInt64List.fromAddress constructor

SharedPointerUInt64List.fromAddress(
  1. SharedPointerAddress address
)

Implementation

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