calls property

List<String> get calls

All method calls made to this terminal.

Implementation

List<String> get calls => List.unmodifiable(_calls);