Gets Update flag for given key and roles
bool hasUpdate(String key, {List<int>? roleIds}) { return _has(key, roleIds, UPDATE); }