menu
khadem package
documentation
http.dart
Request
getMap method
getMap method
dark_mode
light_mode
getMap
method
Map
<
String
,
dynamic
>
?
getMap
(
String
key
)
Gets map input
Implementation
Map<String, dynamic>? getMap(String key) => _input.map(key);
khadem package
documentation
http
Request
getMap method
Request class