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