RuleConfigInfo constructor

RuleConfigInfo({
  1. Status? lastBackupError,
  2. String? lastBackupState,
  3. String? lastSuccessfulBackupConsistencyTime,
  4. String? ruleId,
})

Implementation

RuleConfigInfo({
  this.lastBackupError,
  this.lastBackupState,
  this.lastSuccessfulBackupConsistencyTime,
  this.ruleId,
});