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