BatchGetDocumentsRequest constructor
BatchGetDocumentsRequest({
- required String database,
- List<
String> documents = const [], - DocumentMask? mask,
- Uint8List? transaction,
- TransactionOptions? newTransaction,
- Timestamp? readTime,
Implementation
BatchGetDocumentsRequest({
required this.database,
this.documents = const [],
this.mask,
this.transaction,
this.newTransaction,
this.readTime,
}) : super(fullyQualifiedName);