invocations property
The list of invocations that occurred, in the order they occurred.
Implementation
List<FakeInvocationRecord> invocations = <FakeInvocationRecord>[];
The list of invocations that occurred, in the order they occurred.
List<FakeInvocationRecord> invocations = <FakeInvocationRecord>[];