IdentifierToken constructor

IdentifierToken(
  1. bool escaped,
  2. FileSpan span, {
  3. bool synthetic = false,
})

Implementation

IdentifierToken(this.escaped, FileSpan span, {this.synthetic = false})
    : super(TokenType.identifier, span);