IdentifierExpression constructor

const IdentifierExpression(
  1. Token identifier
)

Implementation

const IdentifierExpression(this.identifier);