history property

List<CallArgs?> get history

Implementation

List<CallArgs?> get history => List.unmodifiable(callArgs);