hotelRooms static method
Implementation
static UAdminModule hotelRooms({List<TagUser>? roles}) => UAdminModule(
title: U.s.hotelRooms,
icon: Icons.meeting_room_rounded,
page: () => const UAdminHotelRoomPage(),
roles: roles,
);
static UAdminModule hotelRooms({List<TagUser>? roles}) => UAdminModule(
title: U.s.hotelRooms,
icon: Icons.meeting_room_rounded,
page: () => const UAdminHotelRoomPage(),
roles: roles,
);