builtInFormats constant

List<FdcExportFormat> const builtInFormats

Built-in formats provided by the core package.

Implementation

static const List<FdcExportFormat> builtInFormats = <FdcExportFormat>[
  csv,
  json,
  xml,
];