I18nTextAst constructor

I18nTextAst(
  1. I18nMessage value,
  2. int? ngContentIndex,
  3. SourceSpan sourceSpan
)

Implementation

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