reference property

  1. @override
DocumentReference<T> reference
override

Returns the reference of this snapshot.

Implementation

@override
_i2.DocumentReference<T> get reference =>
    (super.noSuchMethod(Invocation.getter(#reference), returnValue: _FakeDocumentReference<T>()) as _i2.DocumentReference<T>);