Token constructor

Token(
  1. TokenType type,
  2. String content
)

Implementation

Token(this.type, this.content);