TermReference constructor
const
TermReference(
- Identifier id, {
- Identifier? attribute,
- CallArguments? arguments,
- Span? span,
References the term id (+ optional attribute and
call arguments).
Implementation
const TermReference(this.id, {this.attribute, this.arguments, this.span});