reference property
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'));