getExportFields method

List<Field?> getExportFields()

The ordering of the fields to use when exporting with this mapping. The length of this must be less or equal the length of the model being used for export to work correctly.

Implementation

List<Field?> getExportFields() => keysToFieldsNullable(exportFieldKeys);