values method

Iterable<E> values()

Implementation

Iterable<E> values() => map((iv) => iv.value);