DeleteBackupResponse constructor

DeleteBackupResponse({
  1. Backup? backup,
})

Implementation

DeleteBackupResponse({
  this.backup,
});