Element constructor
Element(
- CompileElement? compileElement,
- List<
Binding> inputs, - List<
Binding> outputs, - List<
MatchedDirective> matchedDirectives, - List<
TemplateAst> parsedTemplate, - List<
IRNode> children,
Implementation
Element(
this.compileElement,
this.inputs,
this.outputs,
this.matchedDirectives,
this.parsedTemplate,
this.children,
);