Gets Create flag for given key and roles
bool hasCreate(String key, {List<int>? roleIds}) { return _has(key, roleIds, CREATE); }