CompositorProxy constructor

  1. @DomName('CompositorProxy.CompositorProxy')
  2. @DocsEditable()
CompositorProxy(Element element, List<String> attributeArray)

Implementation

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