changes property
Stream<NotusChange>
get
changes
Stream of NotusChanges applied to this document.
Implementation
Stream<NotusChange> get changes => _controller.stream;
Stream of NotusChanges applied to this document.
Stream<NotusChange> get changes => _controller.stream;