menu
jaguar package
documentation
http/context/context.dart
Context
pathSegments property
pathSegments property
dark_mode
light_mode
pathSegments
property
List
<
String
>
get
pathSegments
Path segments of the HTTP request
Implementation
List<String> get pathSegments => uri.pathSegments;
jaguar package
documentation
http/context/context
Context
pathSegments property
Context class