Identifier constructor

const Identifier(
  1. String name, {
  2. Span? span,
})

Wraps the identifier name.

Implementation

const Identifier(this.name, {this.span});