FunctionDeclaration constructor
FunctionDeclaration({})
Implementation
FunctionDeclaration({
required this.name,
this.description = '',
this.parameters,
this.parametersJsonSchema,
this.response,
this.responseJsonSchema,
}) : super(fullyQualifiedName);