prefix property
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;
The Element.prefix
read-only property returns the
namespace prefix of the specified element, or null
if no prefix is
specified.
external String? get prefix;