Whether the provided String representation of a MimeType is supported
static bool isSupported(String mimeType) { return _map.containsKey(mimeType); }