VariableReference constructor

const VariableReference(
  1. Identifier id, {
  2. Span? span,
})

References the variable named by id.

Implementation

const VariableReference(this.id, {this.span});