Inheritance
Implemented by
Annotations
  • @DocsEditable()
  • @DomName('URLUtils')
  • @Experimental()

Properties

hash String value
@DocsEditable(), @DomName('URLUtils.hash'), @Experimental(), read / write
host String value
@DocsEditable(), @DomName('URLUtils.host'), @Experimental(), read / write
hostname String value
@DocsEditable(), @DomName('URLUtils.hostname'), @Experimental(), read / write
href String value
@DocsEditable(), @DomName('URLUtils.href'), @Experimental(), read / write
origin String
@DocsEditable(), @DomName('URLUtils.origin'), @Experimental(), read-only
password String value
@DocsEditable(), @DomName('URLUtils.password'), @Experimental(), read / write
pathname String value
@DocsEditable(), @DomName('URLUtils.pathname'), @Experimental(), read / write
port String value
@DocsEditable(), @DomName('URLUtils.port'), @Experimental(), read / write
protocol String value
@DocsEditable(), @DomName('URLUtils.protocol'), @Experimental(), read / write
@DocsEditable(), @DomName('URLUtils.search'), @Experimental(), read / write
username String value
@DocsEditable(), @DomName('URLUtils.username'), @Experimental(), read / write
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
Returns the result of the JavaScript objects toString method.
@DocsEditable(), @DomName('URLUtils.toString'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

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