ExportContext constructor

ExportContext({
  1. ExportContextCsvExportOptions? csvExportOptions,
  2. List<String>? databases,
  3. String? fileType,
  4. String? kind,
  5. bool? offload,
  6. ExportContextSqlExportOptions? sqlExportOptions,
  7. String? uri,
})

Implementation

ExportContext({
  this.csvExportOptions,
  this.databases,
  this.fileType,
  this.kind,
  this.offload,
  this.sqlExportOptions,
  this.uri,
});