Inheritance
Implements
Annotations
  • @DocsEditable()
  • @DomName('Location')

Static Properties

instanceRuntimeType → Type

@Deprecated("Internal Use Only"), read-only

Constructors

Location.internal_()

Properties

ancestorOrigins → List<String>

@DocsEditable(), @DomName('Location.ancestorOrigins'), @Experimental(), read-only
hash → String

@DocsEditable(), @DomName('Location.hash'), read / write
host → String

@DocsEditable(), @DomName('Location.host'), read / write
hostname → String

@DocsEditable(), @DomName('Location.hostname'), read / write
href → String

@DocsEditable(), @DomName('Location.href'), read / write
origin → String

@DocsEditable(), @DomName('Location.origin'), @Experimental(), read-only
pathname → String

@DocsEditable(), @DomName('Location.pathname'), read / write
port → String

@DocsEditable(), @DomName('Location.port'), read / write
protocol → String

@DocsEditable(), @DomName('Location.protocol'), read / write

@DocsEditable(), @DomName('Location.search'), read / write
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

assign([String url ]) → void

@DocsEditable(), @DomName('Location.assign')
reload() → void

@DocsEditable(), @DomName('Location.reload')
replace(String url) → void

@DocsEditable(), @DomName('Location.replace')
toString() → String

Returns the result of the JavaScript objects toString method.

@DocsEditable(), @DomName('Location.toString')
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited