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