setCFunc property

  1. @override
void Function(Pointer<C> ptr, int i, C value) setCFunc
final

Copies the raw C struct value into the i-th element of the array at ptr.

Implementation

@override
final void Function(Pointer<C> ptr, int i, C value) setCFunc;