writeIntoFunc property

  1. @override
void Function(Pointer<C> ptr, D value) writeIntoFunc
latefinaloverride-getter

Writes the Dart value value into the struct at ptr.

Implementation

@override
late final void Function(Pointer<C> ptr, D value) writeIntoFunc;