ValueToken constructor

ValueToken(
  1. TokenType type,
  2. Object? value
)

Implementation

ValueToken(this.type, this.value);