doc property

Returns the DocumentSnapshot for this instance.

Implementation

DocumentSnapshot get doc =>
    DocumentSnapshot._(_firestore, _delegate.document);