BatchGetDocumentsRequest constructor

BatchGetDocumentsRequest({
  1. required String database,
  2. List<String> documents = const [],
  3. DocumentMask? mask,
  4. Uint8List? transaction,
  5. TransactionOptions? newTransaction,
  6. Timestamp? readTime,
})

Implementation

BatchGetDocumentsRequest({
  required this.database,
  this.documents = const [],
  this.mask,
  this.transaction,
  this.newTransaction,
  this.readTime,
}) : super(fullyQualifiedName);