NULL constant

Keyword const NULL

Implementation

static const Keyword NULL =
    const Keyword(/* index = */ 123, "null", "NULL", KeywordStyle.reserved);