BoundTextAst constructor
BoundTextAst(
- ASTWithSource value,
- int? ngContentIndex,
- SourceSpan sourceSpan
Implementation
BoundTextAst(this.value, this.ngContentIndex, this.sourceSpan);