prefix property
String?
get
prefix
The Element.prefix
read-only property returns the
namespace prefix of the specified element, or null
if no prefix is
specified.
Implementation
external String? get prefix;