void putIntegerArrayList(String key, List<int> arr) => _bundle[key] = {"type": _intList, "val": arr};