JSStaticFunctionDelegate constructor

const JSStaticFunctionDelegate(
  1. Pointer<Utf8> name,
  2. Pointer<NativeFunction<JSObjectCallAsFunctionCallback>>? callAsFunction,
  3. int attributes
)

Implementation

const JSStaticFunctionDelegate(this.name, this.callAsFunction, this.attributes);