TermReference constructor

const TermReference(
  1. Identifier id, {
  2. Identifier? attribute,
  3. CallArguments? arguments,
  4. Span? span,
})

References the term id (+ optional attribute and call arguments).

Implementation

const TermReference(this.id, {this.attribute, this.arguments, this.span});