createArray method

Pointer<JSStaticValue> createArray()

Implementation

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