BatchGetDocumentsResponse constructor
BatchGetDocumentsResponse({})
Implementation
BatchGetDocumentsResponse({
this.found,
this.missing,
Uint8List? transaction,
this.readTime,
}) : transaction = transaction ?? Uint8List(0),
super(fullyQualifiedName);