class ProfileMenu {
final String name;
final String icon;
final String route;
ProfileMenu({this.name = '', this.icon = '', this.route = ''});
}