htmlCheckerLexer top-level property

Parser<HtmlCheckerParser> htmlCheckerLexer
final

Functions that take no arguments *************************************************************************/ identifies toBooleans

Implementation

/// identifies toBooleans
final Parser<HtmlCheckerParser> htmlCheckerLexer =
    (string('htmlChecks()') | string('.htmlChecks()'))
        .map((_) => HtmlCheckerParser());