ManagedBackupSource constructor

ManagedBackupSource({
  1. String? backup,
})

Implementation

ManagedBackupSource({
  this.backup,
});