NgContainerAst constructor
NgContainerAst(
- List<
TemplateAst> children, - SourceSpan sourceSpan
Implementation
NgContainerAst(this.children, this.sourceSpan);
NgContainerAst(this.children, this.sourceSpan);