docChanges property

  1. @override
List<DocumentChange<T>> 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
List<_i2.DocumentChange<T>> get docChanges =>
    (super.noSuchMethod(Invocation.getter(#docChanges), returnValue: <_i2.DocumentChange<T>>[]) as List<_i2.DocumentChange<T>>);