writeIntoFunc property

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

Writes the Dart value value into the struct at ptr.

Implementation

void Function(Pointer<T> ptr, X value) writeIntoFunc;