ExportConfig constructor

ExportConfig({
  1. bool includeMedia = false,
  2. String? mediaStrategy,
  3. DateRange? dateRange,
})

Creates a new ExportConfig instance

Implementation

ExportConfig({this.includeMedia = false, this.mediaStrategy, this.dateRange});