menu
router_pro package
documentation
router/enhanced_parser.dart
RouteParams
getPathParam method
getPathParam method
dark_mode
light_mode
getPathParam
method
String
?
getPathParam
(
String
key
)
获取路径参数
Implementation
String? getPathParam(String key) => pathParams?[key];
router_pro package
documentation
router/enhanced_parser
RouteParams
getPathParam method
RouteParams class