menu
neom_core package
documentation
utils/constants/app_route_constants.dart
AppRouteConstants
collectivePath static method
collectivePath static method
dark_mode
light_mode
collectivePath
static method
String
collectivePath
(
String
id
, {
String
slug
=
''
,
})
Implementation
static String collectivePath(String id, {String slug = ''}) => '/collective/${_slugOrId(id, slug)}';
neom_core package
documentation
utils/constants/app_route_constants
AppRouteConstants
collectivePath static method
AppRouteConstants class