menu
omnyshell package
documentation
omnyshell_client.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 package
documentation
omnyshell_client
CommandHistory
entries property
CommandHistory class