exportFormats property

Map<String, List<String>>? exportFormats
getter/setter pair

A map of source MIME type to possible targets for all supported exports.

Implementation

core.Map<core.String, core.List<core.String>>? exportFormats;