WasmStructPointer<T extends StructDWeb<T>> constructor

WasmStructPointer<T extends StructDWeb<T>>(
  1. int address,
  2. T factory(),
  3. int byteSize
)

Implementation

WasmStructPointer(super.address, this.factory, int byteSize) : super(
  byteSize: byteSize
);