menu
khadem package
documentation
http.dart
Request
allParams property
allParams property
dark_mode
light_mode
allParams
property
Map
<
String
,
String
>
get
allParams
Gets all path parameters
Implementation
Map<String, String> get allParams => _params.all;
khadem package
documentation
http
Request
allParams property
Request class