bool isMultiple(Map<String, List<Map<String, String>>> m, String id) { return m.containsKey(id) && m[id]!.length > 1; }