changes property

Stream<WatchEvent> changes
final

A broadcast stream of changes from this watcher.

This stream can be subscribed to by multiple listeners, but each listener should await the latest Future returned by ready after subscribing to ensure the watcher is set up. The internal watcher may be closed when there are no subscribers and re-created when another subscriber appears.

Implementation

final Stream<WatchEvent> changes;