menu
firebase_for_all package
documentation
firebase/firestore/models.dart
DocumentSnapshotForAll<T extends Object?>
DocumentSnapshotForAll.new constructor
DocumentSnapshotForAll.new constructor
dark_mode
light_mode
DocumentSnapshotForAll<
T extends Object?
>
constructor
DocumentSnapshotForAll<
T extends Object?
>
(
Map
<
String
,
dynamic
>
?
_data
,
String
id
,
String
path
,
DocRef
<
T
>
ref
,
)
Implementation
DocumentSnapshotForAll(this._data, this.id, this.path, this.ref);
firebase_for_all package
documentation
firebase/firestore/models
DocumentSnapshotForAll<T extends Object?>
DocumentSnapshotForAll.new constructor
DocumentSnapshotForAll class