Check if user has a specific permission
bool hasPermission(String permission) => permissions.contains(permission);