get value as string
String? getString(String i) { final data = map[i]; if (data == null) return null; return data.first; }