TokenType constructor

const TokenType(
  1. String value
)

Implementation

const TokenType(this.value);