DartPyFunction constructor

DartPyFunction(
  1. Pointer<PyObject> _function
)

Implementation

DartPyFunction(this._function);