GetDocumentPathResponse constructor

GetDocumentPathResponse({
  1. ResourcePath? path,
})

Implementation

GetDocumentPathResponse({
  this.path,
});