SqlExportOptions constructor

SqlExportOptions({
  1. bool? cleanTargetObjects,
  2. bool? ifExistTargetObjects,
  3. bool? schemaOnly,
  4. List<String>? tables,
})

Implementation

SqlExportOptions({
  this.cleanTargetObjects,
  this.ifExistTargetObjects,
  this.schemaOnly,
  this.tables,
});