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