Gets Delete flag for given key and roles
bool hasDelete(String key, {List<int>? roleIds}) { return _has(key, roleIds, DELETE); }