FdcExportStyle constructor

const FdcExportStyle({
  1. FdcExportFormatStyle? pdf,
  2. Map<FdcExportFormat, FdcExportFormatStyle> formats = const <FdcExportFormat, FdcExportFormatStyle>{},
})

Creates a FdcExportStyle.

Implementation

const FdcExportStyle({
  this.pdf,
  this.formats = const <FdcExportFormat, FdcExportFormatStyle>{},
});