updateFunc property

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

Copies the fields of source into the native memory at ptr.

Implementation

@override
late final void Function(WasmStructPointer<T> ptr, T source) updateFunc;