I18nTextAst constructor
I18nTextAst(
- I18nMessage value,
- int? ngContentIndex,
- SourceSpan sourceSpan
Implementation
I18nTextAst(this.value, this.ngContentIndex, this.sourceSpan);