writeIntoFunc property

  1. @override
void Function(WasmStructPointer<T> ptr, T value) writeIntoFunc
latefinaloverride-getter

Writes the Dart value value into the struct at ptr.

Implementation

@override
late final void Function(WasmStructPointer<T> ptr, T value) writeIntoFunc;