values method Null safety

Iterable<LDValue> values()

Enumerates the property values in an array or object, returns an empty iterable for all other types.

Implementation

Iterable<LDValue> values() => [];