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