copy method
Make a copy of this ChangedEvent. ChangedEvents are copied when the UndoManager adds to a Transaction. @return {ChangedEvent}
Implementation
_i3.ChangedEvent copy() => _i4.callMethod(
this,
'copy',
[],
);
Make a copy of this ChangedEvent. ChangedEvents are copied when the UndoManager adds to a Transaction. @return {ChangedEvent}
_i3.ChangedEvent copy() => _i4.callMethod(
this,
'copy',
[],
);