- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- UrlUtils
- Implemented by
- Annotations
- DocsEditable()
- DomName('URLUtils')
- Experimental()
Properties
- hash → String
-
read / write
- hashCode → int
-
read-only, inherited
- host → String
-
read / write
- hostname → String
-
read / write
- href → String
-
read / write
- origin → String
-
read-only
- password → String
-
read / write
- pathname → String
-
read / write
- port → String
-
read / write
- protocol → String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - search → String
-
read / write
- username → String
-
read / write
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.