PermissionSuggestion constructor
const
PermissionSuggestion({})
Implementation
const PermissionSuggestion({
required this.toolName,
required this.ruleContent,
required this.behavior,
required this.destination,
});