ofNull static method Null safety
Returns an instance for a null value.
The same instance is always reused for null values.
Implementation
static LDValue ofNull() => _NULL;
Returns an instance for a null value.
The same instance is always reused for null values.
static LDValue ofNull() => _NULL;