menu
khadem package
documentation
http.dart
RequestParams
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
key
)
Checks if attribute exists.
Implementation
bool hasAttribute(String key) => _attributes.containsKey(key);
khadem package
documentation
http
RequestParams
hasAttribute method
RequestParams class