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