Map<String, String> toStringMap() { Map<String, String> s = {}; forEach((key, value) { s[key] = value.toString(); }); return s; }