menu
firebaseapis package
documentation
firestore/v1beta1.dart
BatchGetDocumentsResponse
BatchGetDocumentsResponse constructor
BatchGetDocumentsResponse constructor
dark_mode
light_mode
BatchGetDocumentsResponse
constructor
BatchGetDocumentsResponse
(
{
Document
?
found
,
String
?
missing
,
String
?
readTime
,
String
?
transaction
,
})
Implementation
BatchGetDocumentsResponse({ this.found, this.missing, this.readTime, this.transaction, });
firebaseapis package
documentation
firestore/v1beta1
BatchGetDocumentsResponse
BatchGetDocumentsResponse constructor
BatchGetDocumentsResponse class