menu
js_bindings package
documentation
bindings/dom.dart
PropsHTMLCollection
namedItem method
namedItem method
dark_mode
light_mode
namedItem
method
dynamic
namedItem
(
String
name
)
Implementation
dynamic namedItem(String name) => js_util.callMethod(this, 'namedItem', [name]);
js_bindings package
documentation
bindings/dom
PropsHTMLCollection
namedItem method
PropsHTMLCollection extension on
HTMLCollection