JSStaticValue constructor
const
JSStaticValue(
- String name, {
- Pointer<
NativeFunction< ? getProperty,JSObjectGetPropertyCallback> > - Pointer<
NativeFunction< ? setProperty,JSObjectSetPropertyCallback> > - JSPropertyAttributes attributes = JSPropertyAttributes.kJSPropertyAttributeNone,
Implementation
const JSStaticValue(
this.name, {
this.getProperty,
this.setProperty,
this.attributes = JSPropertyAttributes.kJSPropertyAttributeNone,
});