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