docs property

  1. @override
List<QueryDocumentSnapshot<T>> docs
override

Gets a list of all the documents included in this snapshot.

Implementation

@override
List<_i2.QueryDocumentSnapshot<T>> get docs =>
    (super.noSuchMethod(Invocation.getter(#docs), returnValue: <_i2.QueryDocumentSnapshot<T>>[])
        as List<_i2.QueryDocumentSnapshot<T>>);