Converts values to a specific case type.
values
Iterable<String> convertAll(Iterable<String> values) { return values.map((e) => convert(e)); }