closureFunction property

  1. @optional
FuncRef? closureFunction
getter/setter pair

The function associated with a Closure instance.

Provided for instance kinds:

  • Closure

Implementation

@optional
FuncRef? closureFunction;