values method

Iterable<String> values()

Implementation

Iterable<String> values() {
  return _host.map((entry) => entry.value);
}