ofString static method Null safety
- String? value
Returns an instance for a string value.
Implementation
static LDValue ofString(String? value) => value == null ? _NULL : _LDValueString(value);
Returns an instance for a string value.
static LDValue ofString(String? value) => value == null ? _NULL : _LDValueString(value);