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