menu
neuron
neuron.dart
UndoableSignal
<
T
>
history property
history
dark_mode
light_mode
history
property
List
<
T
>
get
history
Get the complete history.
Implementation
List<T> get history => List.unmodifiable(_history);
neuron
neuron
UndoableSignal
<
T
>
history property
UndoableSignal class