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