TextAst constructor

TextAst(
  1. String value,
  2. int? ngContentIndex,
  3. SourceSpan sourceSpan
)

Implementation

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