mergeWith method
Attempts to merge next into this command, returning a replacement.
Return null when no merge is possible.
Implementation
UndoableCommand<State>? mergeWith(UndoableCommand<State> next) => null;
Attempts to merge next into this command, returning a replacement.
Return null when no merge is possible.
UndoableCommand<State>? mergeWith(UndoableCommand<State> next) => null;