updateFunc property

  1. @override
void Function(Pointer<C> ptr, D source) updateFunc
final

Copies the fields of source into the native memory at ptr.

Implementation

@override
final void Function(Pointer<C> ptr, D source) updateFunc;