JSStaticValueDelegate constructor

const JSStaticValueDelegate(
  1. Pointer<Utf8> name,
  2. Pointer<NativeFunction<JSObjectGetPropertyCallback>>? getProperty,
  3. Pointer<NativeFunction<JSObjectSetPropertyCallback>>? setProperty,
  4. int attributes,
)

Implementation

const JSStaticValueDelegate(this.name, this.getProperty, this.setProperty, this.attributes);