menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
Element
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
name
)
Implementation
bool hasAttribute(String name) { return getAttribute(name) != null; }
s_packages package
documentation
universal_html/prefer_universal/html
Element
hasAttribute method
Element class