void putBooleanArrayList(String key, List<bool> arr) => _bundle[key] = {"type": _boolList, "val": arr};