menu
firestore_fakes package
documentation
query_document_snapshot_fake.dart
QueryDocumentSnapshotFake
QueryDocumentSnapshotFake constructor
QueryDocumentSnapshotFake constructor
dark_mode
light_mode
QueryDocumentSnapshotFake
constructor
QueryDocumentSnapshotFake
(
Map
<
String
,
dynamic
>
_data
, [
DocumentReference
<
Map
<
String
,
dynamic
>
>
?
_reference
])
Implementation
QueryDocumentSnapshotFake(this._data, [this._reference]);
firestore_fakes package
documentation
query_document_snapshot_fake
QueryDocumentSnapshotFake
QueryDocumentSnapshotFake constructor
QueryDocumentSnapshotFake class