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