NgContainerAst constructor

NgContainerAst(
  1. List<TemplateAst> children,
  2. SourceSpan sourceSpan
)

Implementation

NgContainerAst(this.children, this.sourceSpan);