Iterable<T> map<T>(T Function(String key, String value) cb) => entries.map((e) => cb(e.key, e.value));