nativeFunction property

Pointer<NativeFunction<T>> nativeFunction

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

If this receiver has been closed, the pointer is a nullptr.

Implementation

external Pointer<NativeFunction<T>> get nativeFunction;