models property

Iterator<Model> models

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',
    );
void models=(Iterator<Model> value)

Implementation

set models(_i3.Iterator<_i3.Model> value) {
  _i4.setProperty(
    this,
    'models',
    value,
  );
}