menu
js_bindings package
documentation
bindings/html.dart
PropsHTMLAllCollection
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/html
PropsHTMLAllCollection
namedItem method
PropsHTMLAllCollection extension on
HTMLAllCollection