getValues method

ValMap<TKey> getValues()

Implementation

ValMap<TKey> getValues() {
  return map((key, field) => MapEntry(key, field.value));
}