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