methodCallList property

List<MethodCall> methodCallList
finalinherited

A list of all the method calls that were made to the mock Note: this list will be filled only if you use the method addCall and not if you use the method addCalledFunction (which only supports functions names)

Implementation

final List<MethodCall> methodCallList = [];