UNMINUS constant

TokenType const UNMINUS

Implementation

static const TokenType UNMINUS =
    TokenType._internal('UNMINUS', 3, leftAssociative: false, operator: true);