nodeChanges property

List<NodeChange> get nodeChanges

Implementation

_i2.List<_i3.NodeChange> get nodeChanges => ((_i5.getProperty(
      this,
      'nodeChanges',
    )) as _i2.List)
        .cast();
set nodeChanges (List<NodeChange> value)

Implementation

set nodeChanges(_i2.List<_i3.NodeChange> value) {
  _i5.setProperty(
    this,
    'nodeChanges',
    value,
  );
}