recordedCalls property
List<RecordedCall>
get
recordedCalls
Every call made so far, in order.
Implementation
List<RecordedCall> get recordedCalls => List.unmodifiable(_recordedCalls);
Every call made so far, in order.
List<RecordedCall> get recordedCalls => List.unmodifiable(_recordedCalls);