normalize static method Null safety
- LDValue? value
Returns the same value if non-null, or ofNull if null.
Implementation
static LDValue normalize(LDValue? value) => value ?? ofNull();
Returns the same value if non-null, or ofNull if null.
static LDValue normalize(LDValue? value) => value ?? ofNull();