functionCall property

FunctionCall? functionCall
final

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;