Check if user has any of the specified roles
bool hasAnyRole(List<String> roles) => roles.any((role) => this.roles.contains(role));