trackedOrigins property
List of origins tracked by corresponding UndoManager.
If provided, it will track only updates made within transactions of specific origin.
If not provided, it will track only updates made within transaction with no origin defined.
Implementation
final List<Origin>? trackedOrigins;