WasmStructPointerPointer<T extends StructDWeb<T>> constructor

WasmStructPointerPointer<T extends StructDWeb<T>>(
  1. int address,
  2. WasmStructPointer<T> innerPointerAt(
    1. int ptr
    )
)

Implementation

WasmStructPointerPointer(super.address, super.innerPointerAt);