GetDocumentResponse constructor
GetDocumentResponse({
- Map<
String, String> ? customMetadata, - DocumentMetadata? metadata,
Implementation
GetDocumentResponse({
this.customMetadata,
this.metadata,
});