ofNull static method Null safety

LDValue ofNull()

Returns an instance for a null value.

The same instance is always reused for null values.

Implementation

static LDValue ofNull() => _NULL;