Tool constructor

const Tool({
  1. List<FunctionDeclaration>? functionDeclarations,
})

Creates a Tool with functionDeclarations only.

Implementation

const Tool({this.functionDeclarations});