history property

List<String> get history

Get command history

Implementation

List<String> get history => List.unmodifiable(_history);