parseHtmlComment method

HtmlComment? parseHtmlComment()

Implementation

HtmlComment? parseHtmlComment() =>
    next(TokenType.htmlComment) ? HtmlComment(_current) : null;