menu
khadem package
documentation
http.dart
Request
paramInt method
paramInt method
dark_mode
light_mode
paramInt
method
int
?
paramInt
(
String
key
)
Gets path parameter as int
Implementation
int? paramInt(String key) => _params.paramInt(key);
khadem package
documentation
http
Request
paramInt method
Request class