pointerToStruct property

  1. @override
T Function(WasmStructPointer<T> ptr) pointerToStruct
latefinaloverride-getter

Converts a P to its Dart-side X wrapper, referencing the memory at that pointer.

Implementation

@override
late final T Function(WasmStructPointer<T> ptr) pointerToStruct;