formats property

List<FdcExportFormat>? formats
final

Formats shown in the built-in export menu.

When null, every format currently registered in FdcExportRegistry is shown. A non-null list restricts the menu to exactly those formats. An empty list disables the export item.

Implementation

final List<FdcExportFormat>? formats;