ToolLoadingEntry constructor
const
ToolLoadingEntry({
- required String name,
- required String key,
- ToolUseType? type,
Implementation
const ToolLoadingEntry({required this.name, required this.key, this.type});