FunctionDeclaration constructor

FunctionDeclaration(
  1. String name,
  2. String description,
  3. Schema? parameters
)

Implementation

FunctionDeclaration(this.name, this.description, this.parameters);