bool isVertexArray(
VertexArrayObject arrayObject
)

Not documented.

Source

@DomName('OESVertexArrayObject.isVertexArrayOES')
@DocsEditable()
bool isVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.instance.isVertexArrayOES_Callback_1_(unwrap_jso(this), unwrap_jso(arrayObject));