String? getMimeType(String fileExtension) { String key = fileExtension + "Mime"; return hashMap[key]; }