VariableReference constructor
const
VariableReference(
- Identifier id, {
- Span? span,
References the variable named by id.
Implementation
const VariableReference(this.id, {this.span});
References the variable named by id.
const VariableReference(this.id, {this.span});