functionCalls property

List<FunctionCall>? functionCalls
getter/setter pair

The set of function calls made to service-defined methods.

Function calls are included in the order in which they are encountered during evaluation, are provided for both mocked and unmocked functions, and included on the response regardless of the test state.

Implementation

core.List<FunctionCall>? functionCalls;