history property

List<MockRequest> history
final

Recorded request history — inspect this in assertions.

Implementation

final List<MockRequest> history = [];