BoundTextAst constructor

BoundTextAst(
  1. ASTWithSource value,
  2. int? ngContentIndex,
  3. SourceSpan sourceSpan
)

Implementation

BoundTextAst(this.value, this.ngContentIndex, this.sourceSpan);