docChanges property

  1. @override
List<DocumentChange<T>> docChanges
final

An array of the documents that changed since the last snapshot. If this is the first snapshot, all documents will be in the list as Added changes.

Implementation

@override
final List<DocumentChange<T>> docChanges;