indexSetterFunc property

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

Overwrites the i-th element of the array at ptr with value.

Implementation

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