invocations property

List<FakeInvocationRecord> invocations
getter/setter pair

The list of invocations that occurred, in the order they occurred.

Implementation

List<FakeInvocationRecord> invocations = <FakeInvocationRecord>[];