changes property

Stream<DocChange> changes

Stream of DocChanges applied to this document.

Implementation

Stream<DocChange> get changes => documentChangeObserver.stream;