toIterableOfValues method

Iterable<T> toIterableOfValues()

Implementation

Iterable<T> toIterableOfValues() => map((e) => e.value);