EqRefNode constructor

EqRefNode(
  1. String key, {
  2. SourceRange? sourceRange,
})

Implementation

EqRefNode(this.key, {this.sourceRange});