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