Checks if the user has all of the specified roles.
bool hasAllRoles(List<String> roles) { return roles.every(hasRole); }