Gets Read flag for given key and roles
bool hasRead(String key, {List<int>? roleIds}) { return _has(key, roleIds, READ); }