commandHistoryList property

List<String> get commandHistoryList

Implementation

List<String> get commandHistoryList => _commandList.map((c) => c.getTitle()).toList();