formats property

List<FdcExportFormat> get formats

Immutable snapshot of all currently registered export formats.

Implementation

static List<FdcExportFormat> get formats =>
    List<FdcExportFormat>.unmodifiable(_writers.keys);