hotelRooms static method
Implementation
static UAdminAction hotelRooms(UHotelResponse h, {List<TagUser>? roles}) => UAdminAction(
label: U.s.rooms,
icon: Icons.meeting_room_outlined,
roles: roles,
onTap: () => UAdminPageSwitcher.hotelRooms(hotel: h),
);