menu
jaguar package
documentation
http/params/params.dart
PathParams
PathParams constructor
PathParams constructor
dark_mode
light_mode
PathParams
constructor
PathParams
(
[
Map
<
String
,
String
>
?
map
])
Implementation
PathParams([Map<String, String>? map]) : super({}) { if (map is Map) { addAll(map!); } }
jaguar package
documentation
http/params/params
PathParams
PathParams constructor
PathParams class