Element constructor

Element(
  1. CompileElement? compileElement,
  2. List<Binding> inputs,
  3. List<Binding> outputs,
  4. List<MatchedDirective> matchedDirectives,
  5. List<TemplateAst> parsedTemplate,
  6. List<IRNode> children,
)

Implementation

Element(
  this.compileElement,
  this.inputs,
  this.outputs,
  this.matchedDirectives,
  this.parsedTemplate,
  this.children,
);