IdentifierKey constructor

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

Wraps the identifier-shaped key id.

Implementation

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