MULTI_LINE_COMMENT constant

TokenType const MULTI_LINE_COMMENT

Implementation

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