reference property

  1. @override
DocumentReference<Map<String, dynamic>> get reference
override

Returns the reference of this snapshot.

Implementation

@override
DocumentReference<Map<String, dynamic>> get reference =>
    _reference ??
    (throw UnimplementedError(
        'You must supply _reference to the constructor of '
        'QueryDocumentSnapshotFake'));