ExportContextBakExportOptions constructor

ExportContextBakExportOptions({
  1. String? bakType,
  2. bool? copyOnly,
  3. bool? differentialBase,
  4. int? stripeCount,
  5. bool? striped,
})

Implementation

ExportContextBakExportOptions({
  this.bakType,
  this.copyOnly,
  this.differentialBase,
  this.stripeCount,
  this.striped,
});