docChanges property

Stream<List<DocumentChangeData<T>>> docChanges

Implementation

Stream<List<DocumentChangeData<T>>> get docChanges =>
    _docChangesController.stream;