values method

Future<List<V>> values()

Implementation

Future<List<V>> values() => then((o) => o.values());