menu
js_bindings package
documentation
bindings/dom.dart
PropsDocument
createAttribute method
createAttribute method
dark_mode
light_mode
createAttribute
method
Attr
createAttribute
(
String
localName
)
Implementation
Attr createAttribute(String localName) => js_util.callMethod(this, 'createAttribute', [localName]);
js_bindings package
documentation
bindings/dom
PropsDocument
createAttribute method
PropsDocument extension on
Document