docChanges property

List<DocumentChangePlatform> 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

final List<DocumentChangePlatform> docChanges;