Tool constructor

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

Implementation

Tool({this.functionDeclarations});