literalFalse top-level constant Null safety
Represents the literal value false
.
Implementation
const Expression literalFalse = LiteralExpression._('false');
Represents the literal value false
.
const Expression literalFalse = LiteralExpression._('false');