menu
dom_tools package
documentation
dom_tools_kit.dart
NamedNodeMapExtension
getAttributeValue method
getAttributeValue method
dark_mode
light_mode
getAttributeValue
method
String
?
getAttributeValue
(
String
key
, {
String
?
ns
,
})
Implementation
String? getAttributeValue(String key, {String? ns}) => getAttribute(key, ns: ns)?.value;
dom_tools package
documentation
dom_tools_kit
NamedNodeMapExtension
getAttributeValue method
NamedNodeMapExtension extension on
NamedNodeMap