documentChanges property

List<DocumentChange> get documentChanges

Implementation

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

Implementation

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