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