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