functionCall property
Optional. A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the parameters and their values.
Implementation
final FunctionCall? functionCall;
Optional. A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the parameters and their values.
final FunctionCall? functionCall;