IconData? getIcon(Map<String, Object?>? map) { if (map == null) return null; // TODO: Yet to be implemented return null; }