writeIntoIndexedFunc property

  1. @override
void Function(Pointer<C> ptr, int i, D 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(Pointer<C> ptr, int i, D value) writeIntoIndexedFunc;