AboutExportFormats constructor

AboutExportFormats({
  1. String? source,
  2. List<String>? targets,
})

Implementation

AboutExportFormats({
  this.source,
  this.targets,
});