FdcExportStyle constructor
const
FdcExportStyle({
- FdcExportFormatStyle? pdf,
- Map<
FdcExportFormat, FdcExportFormatStyle> formats = const <FdcExportFormat, FdcExportFormatStyle>{},
Creates a FdcExportStyle.
Implementation
const FdcExportStyle({
this.pdf,
this.formats = const <FdcExportFormat, FdcExportFormatStyle>{},
});