menu
firebaseapis package
documentation
firestore/v1.dart
Document
Document constructor
Document constructor
dark_mode
light_mode
Document
constructor
Document
(
{
String
?
createTime
,
Map
<
String
,
Value
>
?
fields
,
String
?
name
,
String
?
updateTime
,
})
Implementation
Document({ this.createTime, this.fields, this.name, this.updateTime, });
firebaseapis package
documentation
firestore/v1
Document
Document constructor
Document class