Tool constructor

const Tool({
  1. required String toolType,
  2. required FunctionTool function,
})

Implementation

const Tool({required this.toolType, required this.function});