builtInFormats constant
Built-in formats provided by the core package.
Implementation
static const List<FdcExportFormat> builtInFormats = <FdcExportFormat>[
csv,
json,
xml,
];
Built-in formats provided by the core package.
static const List<FdcExportFormat> builtInFormats = <FdcExportFormat>[
csv,
json,
xml,
];