hotels static method

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

Implementation

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