ToolLoadingEntry constructor

const ToolLoadingEntry({
  1. required String name,
  2. required String key,
  3. ToolUseType? type,
})

Implementation

const ToolLoadingEntry({required this.name, required this.key, this.type});