docChanges property

  1. @override
List<DocumentChange<Map<String, dynamic>>> get docChanges
override

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
// TODO: implement docChanges
List<DocumentChange<Map<String, dynamic>>> get docChanges =>
    throw UnimplementedError();