updates property
Stream<E?>
get
updates
Returns a broadcast stream that emits updates when the data changes.
null
is a valid emitted item if E? is nullable or the item E is deleted.
Implementation
Stream<E?> get updates => _streamController.stream;