MINUS constant

TokenType const MINUS

Implementation

static const TokenType MINUS =
    TokenType._internal('MINUS', 1, operator: true);