menu
commander_ui package
documentation
tui.dart
ChainFlowContext
history property
history property
dark_mode
light_mode
history
property
List
<
Object
?
>
get
history
Implementation
List<Object?> get history => _state._history.map((e) => e.value).toList(growable: false);
commander_ui package
documentation
tui
ChainFlowContext
history property
ChainFlowContext class