BooleanLiteral top-level property
ChoiceParser
BooleanLiteral
final
133s
BooleanLiteral ::= 'true' | 'false'
Implementation
final BooleanLiteral = string('true') | string('false');