dynamic operator [](int index)

Source

operator [](int index) =>
    maybeWrapTypedInterop(JsNative.getArrayIndex(blink_jsObject, index));