values method Null safety
Enumerates the property values in an array or object, returns an empty iterable for all other types.
Implementation
Iterable<LDValue> values() => [];
Enumerates the property values in an array or object, returns an empty iterable for all other types.
Iterable<LDValue> values() => [];