xml constant

FdcExportFormat const xml

Built-in XML export format.

Implementation

static const FdcExportFormat xml = FdcExportFormat(
  'xml',
  label: 'XML',
  fileExtension: 'xml',
  mimeType: 'application/xml',
  icon: Icons.code_outlined,
);