GetDocumentVersionResponse constructor

GetDocumentVersionResponse({
  1. Map<String, String>? customMetadata,
  2. DocumentVersionMetadata? metadata,
})

Implementation

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