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