static void setBoolList(String key, List<bool> value) { dataMap[key] = Value()..listBoolValue = (ListBool()..values.addAll(value)); _flush(); }