methodCalls property

List<String> get methodCalls

List of method calls made to this mock.

Useful for verifying that certain methods were called during tests.

Implementation

List<String> get methodCalls => List.unmodifiable(_methodCalls);