MULTI_LINE_COMMENT constant

TokenType const MULTI_LINE_COMMENT

Implementation

static const TokenType MULTI_LINE_COMMENT = const TokenType(/* index = */ 5,
    'comment', 'MULTI_LINE_COMMENT', NO_PRECEDENCE, COMMENT_TOKEN,
    stringValue: null);