writerFor static method

FdcExportWriter? writerFor(
  1. FdcExportFormat format
)

Returns the writer registered for format, or null when none exists.

Implementation

static FdcExportWriter? writerFor(FdcExportFormat format) => _writers[format];