Restore constructor

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

Implementation

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