List<String> getPredefinedCategory(String key) { // Return the list if the key exists, otherwise an empty list return predefinedCategoryMap[key] ?? []; }