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