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