ConstantToken constructor
ConstantToken(
- Constant constant, {
- required ConstantTokenType type,
- required String rawValue,
- int globalOffset = -1,
Creates the token.
Implementation
ConstantToken(this.constant,
{required super.type, required super.rawValue, super.globalOffset});