RevertFolderResponse constructor

RevertFolderResponse({
  1. Folder? folder,
})

Implementation

RevertFolderResponse({
  this.folder,
});