CompositorProxy(Element element, List<String> attributeArray)

Source

@DomName('CompositorProxy.CompositorProxy')
@DocsEditable()
factory CompositorProxy(Element element, List<String> attributeArray) {
  return _blink.BlinkCompositorProxy.instance
      .constructorCallback_2_(element, attributeArray);
}