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