menu
khadem package
documentation
http.dart
RequestParams
all property
all property
dark_mode
light_mode
all
property
Map
<
String
,
String
>
get
all
Gets all path parameters.
Implementation
Map<String, String> get all => Map.unmodifiable(_pathParams);
khadem package
documentation
http
RequestParams
all property
RequestParams class