changes property

List<ChangedEvent> get changes

This read-only property returns the list of ChangedEvents. The changes are stored in order of occurrence.

You should not modify this list.

Implementation

_i3.List<_i3.ChangedEvent> get changes => _i4.getProperty(
      this,
      'changes',
    );
set changes (List<ChangedEvent> value)

Implementation

set changes(_i3.List<_i3.ChangedEvent> value) {
  _i4.setProperty(
    this,
    'changes',
    value,
  );
}