KeywordToken constructor

KeywordToken(
  1. TokenType type,
  2. FileSpan span
)

Implementation

KeywordToken(super.type, super.span);