Map<String, dynamic> toMap() { return { 'title': title, 'iconName': iconName, 'selectedIconName': selectedIconName, 'tag': tag, }; }