BackupInfo constructor

BackupInfo({
  1. String? backup,
  2. String? endTime,
  3. String? sourceBackup,
  4. String? sourceTable,
  5. String? startTime,
})

Implementation

BackupInfo({
  this.backup,
  this.endTime,
  this.sourceBackup,
  this.sourceTable,
  this.startTime,
});