menu
jaguar_resty package
documentation
method/method.dart
Method
pathParam method
pathParam method
dark_mode
light_mode
pathParam
method
Method
pathParam
(
String
name
,
dynamic
value
)
Implementation
Method pathParam(String name, dynamic value) { uri.pathParam(name, value); return this; }
jaguar_resty package
documentation
method/method
Method
pathParam method
Method class