functionCall property

FunctionCall? functionCall
final

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;