rollback method
void
rollback()
rollback all changes
Implementation
void rollback() {
ValuedWidgetContext context = ValuedWidgetContext(mapper: this);
for ( Operation operation in operations)
(operation.source as TypeProperty).rollback(context);
changes = 0;
}