RefNode constructor

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

Implementation

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