null$ constant

Literal<Null> const null$

Implementation

static const null$ = Literal<Null>._(null, ColumnType.nullType);