NgContentAst constructor

NgContentAst(
  1. int index,
  2. int? ngContentIndex,
  3. SourceSpan sourceSpan, [
  4. ReferenceAst? reference,
])

Implementation

NgContentAst(this.index, this.ngContentIndex, this.sourceSpan,
    [this.reference]);