addString method Null safety
Associated the given key and String in the builder.
Implementation
LDValueObjectBuilder addString(String key, String? value) => addValue(key, LDValue.ofString(value));
Associated the given key and String in the builder.
LDValueObjectBuilder addString(String key, String? value) => addValue(key, LDValue.ofString(value));