parkingReport static method
Implementation
static UAdminModule parkingReport({List<TagUser>? roles}) => UAdminModule(
title: U.s.parkingReports,
icon: Icons.assessment_rounded,
page: () => const UAdminParkingReportPage(),
roles: roles,
);
static UAdminModule parkingReport({List<TagUser>? roles}) => UAdminModule(
title: U.s.parkingReports,
icon: Icons.assessment_rounded,
page: () => const UAdminParkingReportPage(),
roles: roles,
);