models property
This read-only property returns an iterator for all of the Models that this UndoManager is handling.
Implementation
_i3.Iterator<_i3.Model> get models => _i4.getProperty(
this,
'models',
);
This read-only property returns an iterator for all of the Models that this UndoManager is handling.
_i3.Iterator<_i3.Model> get models => _i4.getProperty(
this,
'models',
);