hotelRooms static method

UAdminModule hotelRooms({
  1. List<TagUser>? roles,
})

Implementation

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