canManageServerRoles function
Implementation
bool canManageServerRoles(
Iterable<String> actorRoles,
Iterable<String> targetRoles,
Map<String, ServerRoleDefinition> roles,
) =>
highestRolePriority(actorRoles, roles) >
highestRolePriority(targetRoles, roles);