menu
nitric_sdk package
documentation
nitric.dart
HttpRequest
pathParams property
pathParams property
dark_mode
light_mode
pathParams
property
Map
<
String
,
String
>
pathParams
getter/setter pair
The path params sent with the request. i.e. /hello/:name.
Implementation
Map<String, String> pathParams;
nitric_sdk package
documentation
nitric
HttpRequest
pathParams property
HttpRequest class