static bool setMapDefault(Map? map, String key, bool defaultValue) => map != null ? map[key] == 1 : defaultValue;