TemplateAst.parsed constructor

const TemplateAst.parsed(
  1. NgToken? beginToken,
  2. NgToken? endToken,
  3. SourceFile _sourceFile
)

Initializes an AST node by specifying where it was parsed from.

This constructor is considered a convenience for most forms of ASTs.

Implementation

const TemplateAst.parsed(this.beginToken, this.endToken, this._sourceFile);