HtmlHyperlinkElementUtils class

Implemented by
Annotations
  • @DocsEditable()
  • @DomName('HTMLHyperlinkElementUtils')
  • @Experimental()
  • @Native("HTMLHyperlinkElementUtils")

Properties

hash String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.hash'), @Experimental(), read / write
host String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.host'), @Experimental(), read / write
hostname String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.hostname'), @Experimental(), read / write
href String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.href'), @Experimental(), read / write
origin String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.origin'), @Experimental(), final
password String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.password'), @Experimental(), read / write
pathname String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.pathname'), @Experimental(), read / write
port String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.port'), @Experimental(), read / write
protocol String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.protocol'), @Experimental(), read / write
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.search'), @Experimental(), read / write
username String
@DocsEditable(), @DomName('HTMLHyperlinkElementUtils.username'), @Experimental(), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited