createArray method

Pointer<JSStaticFunction> createArray()

Implementation

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