menu
khadem package
documentation
http.dart
RequestParams
paramValues property
paramValues property
dark_mode
light_mode
paramValues
property
Iterable
<
String
>
get
paramValues
Gets path parameter values.
Implementation
Iterable<String> get paramValues => _pathParams.values;
khadem package
documentation
http
RequestParams
paramValues property
RequestParams class