writeIntoIndexedFunc property

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

Writes the Dart value value into the i-th element of the array at ptr.

Implementation

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