UndoCommand constructor
- {@required UndoCallback undo,
- @required UndoCallback redo}
Implementation
UndoCommand({
@required this.undo,
@required this.redo,
}) : _identifier = (_nextIdentifier++).toString();
UndoCommand({
@required this.undo,
@required this.redo,
}) : _identifier = (_nextIdentifier++).toString();