FunctionDeclaration constructor
const
FunctionDeclaration({})
Creates a FunctionDeclaration.
Implementation
const FunctionDeclaration({
required this.name,
required this.description,
this.parameters,
});
Creates a FunctionDeclaration.
const FunctionDeclaration({
required this.name,
required this.description,
this.parameters,
});