literalNull top-level constant

Expression const literalNull

Represents the literal value null.

Implementation

const Expression literalNull = LiteralExpression._('null');