nativeFunction property

Pointer<NativeFunction<T>> nativeFunction

The native function pointer which can be used to invoke the callback passed to the constructor.

This pointer must not be read after the callable has been closed.

Implementation

Pointer<NativeFunction<T>> get nativeFunction;