namespaceUri property - Element class - dart:html library (original) (raw)
String? getnamespaceUri
A URI that identifies the XML namespace of this element.
null if no namespace URI is specified.
Other resources
- Node.namespaceURIfrom W3C.
Implementation
String? get namespaceUri => _namespaceUri;