literalFalse top-level constant

Expression const literalFalse

Represents the literal value false.

Implementation

const Expression literalFalse = LiteralExpression._('false');