updates property

Stream<E?> 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;