Restore constructor

Restore({
  1. String? backup,
  2. String? backupLocation,
  3. String? details,
  4. String? endTime,
  5. String? startTime,
  6. String? state,
  7. String? type,
})

Implementation

Restore({
  this.backup,
  this.backupLocation,
  this.details,
  this.endTime,
  this.startTime,
  this.state,
  this.type,
});