NgContentAst constructor
NgContentAst(
- int index,
- int? ngContentIndex,
- SourceSpan sourceSpan, [
- ReferenceAst? reference,
Implementation
NgContentAst(this.index, this.ngContentIndex, this.sourceSpan,
[this.reference]);