menu
omnyshell_web package
documentation
terminal/command_history.dart
CommandHistory
entries property
entries property
dark_mode
light_mode
entries
property
List
<
String
>
get
entries
The entries, oldest first. The returned list is a copy.
Implementation
List<String> get entries => _buffer.entries;
omnyshell_web package
documentation
terminal/command_history
CommandHistory
entries property
CommandHistory class