GetFolderPathResponse constructor

GetFolderPathResponse({
  1. ResourcePath? path,
})

Implementation

GetFolderPathResponse({
  this.path,
});