UrlUtilsReadOnly abstract class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('URLUtilsReadOnly')
  • @Experimental()

Properties

hashString
@DocsEditable(), @DomName('URLUtilsReadOnly.hash'), @Experimental(), read-only
hostString
@DocsEditable(), @DomName('URLUtilsReadOnly.host'), @Experimental(), read-only
hostnameString
@DocsEditable(), @DomName('URLUtilsReadOnly.hostname'), @Experimental(), read-only
hrefString
@DocsEditable(), @DomName('URLUtilsReadOnly.href'), @Experimental(), read-only
originString
@DocsEditable(), @DomName('URLUtilsReadOnly.origin'), @Experimental(), read-only
pathnameString
@DocsEditable(), @DomName('URLUtilsReadOnly.pathname'), @Experimental(), read-only
portString
@DocsEditable(), @DomName('URLUtilsReadOnly.port'), @Experimental(), read-only
protocolString
@DocsEditable(), @DomName('URLUtilsReadOnly.protocol'), @Experimental(), read-only
hashCodeint
read-only, inherited
runtimeTypeType
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