ofNum static method Null safety
- num? value
Returns an instance for a numeric value.
Implementation
static LDValue ofNum(num? value) => value == null ? _NULL : _LDValueNumber(value);
Returns an instance for a numeric value.
static LDValue ofNum(num? value) => value == null ? _NULL : _LDValueNumber(value);