namespacePrefix property
String?
get
namespacePrefix
Return the namespace prefix, or null.
Implementation
String? get namespacePrefix => name.prefix;
Return the namespace prefix, or null.
String? get namespacePrefix => name.prefix;