writeIntoIndexedFunc property

void Function(Pointer<T> ptr, int i, X value) writeIntoIndexedFunc
getter/setter pair

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

Implementation

void Function(Pointer<T> ptr, int i, X value) writeIntoIndexedFunc;