createArray method
Implementation
Pointer<JSObjectRef.JSStaticValue> createArray() {
return JSObjectRef.JSStaticValuePointer.allocateArray(
this.map((e) => e.toStruct()).toList());
}
Pointer<JSObjectRef.JSStaticValue> createArray() {
return JSObjectRef.JSStaticValuePointer.allocateArray(
this.map((e) => e.toStruct()).toList());
}