Tool constructor
Tool({
- required String type,
- required CustomFuction toolFunction,
Implementation
Tool({
required this.type,
required this.toolFunction,
});