menu
flutter_tello package
documentation
command_history.dart
CommandHistory
commandHistoryList property
commandHistoryList property
dark_mode
light_mode
commandHistoryList
property
List
<
String
>
get
commandHistoryList
Implementation
List<String> get commandHistoryList => _commandList.map((c) => c.getTitle()).toList();
flutter_tello package
documentation
command_history
CommandHistory
commandHistoryList property
CommandHistory class