stream property
Stream<GuardSyncReason>
get
stream
Stream of re-evaluation reasons pushed into this sync.
Implementation
Stream<GuardSyncReason> get stream => _controller.stream;
Stream of re-evaluation reasons pushed into this sync.
Stream<GuardSyncReason> get stream => _controller.stream;