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