ToolRegistration constructor
ToolRegistration({})
Implementation
ToolRegistration({
required this.tool,
required this.category,
this.enabled = true,
this.restricted = false,
this.executionCount = 0,
this.avgDurationMs = 0,
this.lastExecutedAt,
});