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