BatchGetDocumentsResponseElement constructor

BatchGetDocumentsResponseElement({
  1. Document? found,
  2. String? missing,
  3. String? readTime,
  4. String? transaction,
})

Implementation

BatchGetDocumentsResponseElement({
  this.found,
  this.missing,
  this.readTime,
  this.transaction,
});