GetDocumentResponse constructor

GetDocumentResponse({
  1. Map<String, String>? customMetadata,
  2. DocumentMetadata? metadata,
})

Implementation

GetDocumentResponse({
  this.customMetadata,
  this.metadata,
});