BooleanLiteral method

Parser BooleanLiteral()

Implementation

Parser BooleanLiteral() => string('true') | string('false');