UrlUtilsReadOnly abstract class
- 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 read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- toString(
) → String @DocsEditable(), @DomName('URLUtilsReadOnly.toString'), @Experimental() -
Returns the result of the JavaScript objects
toString
method. - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/UrlUtilsReadOnly-class.html