BatchGetDocumentsRequest constructor

BatchGetDocumentsRequest({
  1. List<String>? documents,
  2. DocumentMask? mask,
  3. TransactionOptions? newTransaction,
  4. String? readTime,
  5. String? transaction,
})

Implementation

BatchGetDocumentsRequest({
  this.documents,
  this.mask,
  this.newTransaction,
  this.readTime,
  this.transaction,
});