menu
hycop_multi_platform package
documentation
common/undo/undo.dart
MyChange<T>
undoExecute method
undoExecute method
dark_mode
light_mode
undoExecute
method
void
undoExecute
(
)
Implementation
void undoExecute() { undo(_oldValue); if (monitored) {} }
hycop_multi_platform package
documentation
common/undo/undo
MyChange<T>
undoExecute method
MyChange class