toStruct method
Implementation
JSObjectRef.JSStaticValueStruct toStruct() {
return JSObjectRef.JSStaticValueStruct(
name: name.toNativeUtf8(),
getProperty: getProperty ?? nullptr,
setProperty: setProperty ?? nullptr,
attributes: jSPropertyAttributesToCEnum(attributes),
);
}