namespaceUri property

  1. @override
String? get namespaceUri
inherited

Return the namespace URI, or null.

Implementation

@override
String? get namespaceUri => lookupAttribute(parent, xmlns, prefix)?.value;