importFormats property

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

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

Implementation

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