ImportContextBakImportOptions constructor

ImportContextBakImportOptions({
  1. String? bakType,
  2. ImportContextBakImportOptionsEncryptionOptions? encryptionOptions,
  3. bool? noRecovery,
  4. bool? recoveryOnly,
  5. String? stopAt,
  6. String? stopAtMark,
  7. bool? striped,
})

Implementation

ImportContextBakImportOptions({
  this.bakType,
  this.encryptionOptions,
  this.noRecovery,
  this.recoveryOnly,
  this.stopAt,
  this.stopAtMark,
  this.striped,
});