dynamic setor(Map arr, String element, dynamic other) { if (arr.containsKey(element)) return arr[element]; else return other; }