menu
kraken package
documentation
dom.dart
Element
getAttribute method
getAttribute method
dark_mode
light_mode
getAttribute
method
@
mustCallSuper
String
?
getAttribute
(
String
qualifiedName
)
Implementation
@mustCallSuper String? getAttribute(String qualifiedName) { return attributes[qualifiedName]; }
kraken package
documentation
dom
Element
getAttribute method
Element class