getValues method

Map<String, String> getValues()

Implementation

Map<String, String> getValues() {
  throwIfDisposed('get values');
  return _fields.map((key, obs) => MapEntry(key, obs.read()));
}