doc property

  1. @override
DocumentSnapshot<T> doc
override

Returns the DocumentSnapshot for this instance.

Implementation

@override
_i2.DocumentSnapshot<T> get doc =>
    (super.noSuchMethod(Invocation.getter(#doc), returnValue: _FakeDocumentSnapshot<T>()) as _i2.DocumentSnapshot<T>);