setRefFunc property
WasmStructPointer<T> Function(WasmStructPointer<T> ptr, T value)
setRefFunc
latefinaloverride-getter
Assigns value to the struct referenced by ptr.
Implementation
@override
late final WasmStructPointer<T> Function(WasmStructPointer<T> ptr, T value) setRefFunc;