JSStaticFunctionDelegate constructor
const
JSStaticFunctionDelegate(
- Pointer<
Utf8> name, - Pointer<
NativeFunction< ? callAsFunction,JSObjectCallAsFunctionCallback> > - int attributes
Implementation
const JSStaticFunctionDelegate(this.name, this.callAsFunction, this.attributes);